about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2011-06-28 13:12:06 +0200
committerAlexander Barton <alex@barton.de>2011-06-28 13:12:06 +0200
commitbd118c65fdb1428daf4775205b0f40918b3f22fb (patch)
treed49b53501f6c9d27f16247d05d8d14040428e6d5 /doc
parent29c49f643fdaa5db2604d129a2dc3814e3f54700 (diff)
downloadngircd-bd118c65fdb1428daf4775205b0f40918b3f22fb.tar.gz
ngircd-bd118c65fdb1428daf4775205b0f40918b3f22fb.zip
Fix some wording, use spellchecker ;-)
Diffstat (limited to 'doc')
-rw-r--r--doc/sample-ngircd.conf.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl
index 7cd8afe0..fb5d8262 100644
--- a/doc/sample-ngircd.conf.tmpl
+++ b/doc/sample-ngircd.conf.tmpl
@@ -57,7 +57,7 @@
 	# This tells ngIRCd to write its current process ID to a file.
 	# Note that the pidfile is written AFTER chroot and switching the
 	# user ID, e.g. the directory the pidfile resides in must be
-	# writeable by the ngIRCd user and exist in the chroot directory.
+	# writable by the ngIRCd user and exist in the chroot directory.
 	;PidFile = /var/run/ngircd/ngircd.pid
 
 	# Ports on which the server should listen. There may be more than
@@ -110,7 +110,7 @@
 
 [Options]
 	# Optional features and configuration options to further tweak the
-	# behavior of ngIRCd. If you wan't to get started quickly, you most
+	# behavior of ngIRCd. If you want to get started quickly, you most
 	# probably don't have to make changes here -- they are all optional.
 
 	# Are remote IRC operators allowed to control this server, e.g.
@@ -170,7 +170,7 @@
 	# "PONG" reply.
 	;RequireAuthPing = no
 
-	# Silently drop all incomming CTCP requests.
+	# Silently drop all incoming CTCP requests.
 	;ScrubCTCP = no
 
 	# Syslog "facility" to which ngIRCd should send log messages.