diff options
| author | Young Mo Kang <kym327@gmail.com> | 2016-04-10 15:26:09 +0200 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2016-04-10 15:26:32 +0200 |
| commit | 9333e22e91b68107a9608b80d611ef9b8b2286e1 (patch) | |
| tree | e62a89ebd3687a467466065dcf106662ca867b7d | |
| parent | 6c37ce48a1eb3d1f21a1848cc9c40f2cdb191e88 (diff) | |
| download | findutils-9333e22e91b6.tar.gz | |
maint: correct some misspelled words in README-hacking
* README-hacking: Do the above.
| -rw-r--r-- | README-hacking | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README-hacking b/README-hacking index 12de1bb..26306e6 100644 --- a/README-hacking +++ b/README-hacking @@ -10,7 +10,7 @@ Prerequisites * git (to check out both findutils and gnulib). * A C compiler, linker and software development libraries (the standard - C library). Any compiler compliant with the 1990 ICO C standard running + C library). Any compiler compliant with the 1990 ISO C standard running on a POSIX system should work. * GNU Autoconf * GNU Automake @@ -18,7 +18,7 @@ Prerequisites * GNU gettext * GNU Dejagnu -Dejagnu is in fact optional, but it's strongly recommened, since it is +Dejagnu is in fact optional, but it's strongly recommended, since it is needed to run findutils' test suite (which is how you know that find works once it is built on your system). @@ -106,10 +106,10 @@ MAX_PROC_MAX. --- example ends --- There are several things to notice about this checkin message. Most -importatly, it begins with a single line summary of the whole change. +importantly, it begins with a single line summary of the whole change. This needs to be short. It would be used as the subject line of patches mailed by "git send-email". Some people begin that line with -a one-word tag indicating what is addected (for example find: for +a one-word tag indicating what is affected (for example find: for changes to find, doc: to changes to the documentation, maint: for changes to the maintainer automation and so forth). |
