Skip to content

Commit a94b358

Browse files
authored
Merge pull request #1107 from rasa/patch-1
docs: fix typos and grammer
2 parents 78e21dd + dda0350 commit a94b358

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ psutil functions on some architectures.
1717
v3 migration
1818
---------------
1919

20-
from v3.20.10, gopsutil becomes v3 which breaks backawards compatiblity. See `v3Changes.md <_tools/v3migration/v3Changes.md>`_ more detail changes.
20+
from v3.20.10, gopsutil becomes v3 which breaks backwards compatiblity. See `v3Changes.md <_tools/v3migration/v3Changes.md>`_ more detail changes.
2121

2222
Tag semantics
2323
-------------------------
@@ -32,7 +32,7 @@ for example, `v2.17.04` means
3232

3333
gopsutil aims to keep backwards-compatiblity until major version change.
3434

35-
Taged at every end of month, but there are only a few commits, it can be skipped.
35+
Tagged at every end of month, but if there are only a few commits, it can be skipped.
3636

3737

3838
Available Architectures
@@ -45,12 +45,12 @@ Available Architectures
4545
- OpenBSD amd64 (Thank you @mpfz0r!)
4646
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you @jen20!)
4747

48-
These are partial support:
48+
These have partial support:
4949

5050
- CPU on DragonFly BSD (#893, Thank you @gballet!)
5151
- host on Linux RISC-V (#896, Thank you @tklauser!)
5252

53-
All works are implemented without cgo by porting c struct to golang struct.
53+
All works are implemented without cgo by porting C structs to golang structs.
5454

5555

5656
Usage
@@ -175,7 +175,7 @@ Several methods have been added which are not present in psutil, but will provid
175175
- system wide stats on netfilter conntrack module
176176
- sourced from /proc/sys/net/netfilter/nf_conntrack_count
177177

178-
Some codes are ported from Ohai. many thanks.
178+
Some code is ported from Ohai. many thanks.
179179

180180

181181
Current Status
@@ -328,5 +328,5 @@ How to Contribute
328328
4. Push to the branch (git push origin my-new-feature)
329329
5. Create new Pull Request
330330

331-
My English is terrible, so documentation or correcting comments are also
332-
welcome.
331+
English is not my native language, so PRs correcting grammer or spelling are
332+
welcome and appreciated.

0 commit comments

Comments
 (0)