summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2022-12-25 15:16:31 +0100
committerAlexander Barton <alex@barton.de>2022-12-25 15:16:31 +0100
commit56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19 (patch)
treeb74b7010099116b7ee052687c38d9534655ed18a /contrib
parent7b30c352a1f47fbcf020720c4aeb1a669bf37878 (diff)
downloadngircd-56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19.tar.gz
ngircd-56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19.zip
Spelling fixes, mostly in file comments
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README2
-rwxr-xr-xcontrib/nglog.sh2
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
 #