diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/README | 2 | ||||
| -rwxr-xr-x | contrib/nglog.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/README b/contrib/README index 4a6229a1..b956d0eb 100644 --- a/contrib/README +++ b/contrib/README @@ -43,7 +43,7 @@ ngircd.spec - RPM "spec" file. nglog.sh - - Colorizes the log messages of ngircd(8) accoring to their log level. + - Colorizes the log messages of ngircd(8) according to their log level. platformtest.sh - Build ngIRCd and output a "result line" suitable for doc/Platforms.txt. diff --git a/contrib/nglog.sh b/contrib/nglog.sh index 852ee93c..cb4eb3e9 100755 --- a/contrib/nglog.sh +++ b/contrib/nglog.sh @@ -10,7 +10,7 @@ # Please read the file COPYING, README and AUTHORS for more information. # # This script parses the log output of ngircd(8), and colorizes the messages -# accoring to their log level. Example usage: +# according to their log level. Example usage: # ./src/ngircd/ngircd -f $PWD/doc/sample-ngircd.conf -np | ./contrib/nglog.sh # |