about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@lodoss.net>2013-07-18 17:51:02 +0100
committerFederico G. Schwindt <fgsch@lodoss.net>2013-07-18 17:51:02 +0100
commit5021977bb1bf6c13323b7ef2a73f64e9533a379a (patch)
tree15eea440b6d468f4e328b5e2eddf03cf388c3bc2 /src
parent5115756b793dffda86173d424444daf5801967a9 (diff)
downloadngircd-5021977bb1bf6c13323b7ef2a73f64e9533a379a.tar.gz
ngircd-5021977bb1bf6c13323b7ef2a73f64e9533a379a.zip
Fix spelling
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index aad64b3e..bae5fa7a 100644
--- a/src/ngircd/conf.c
+++ b/src/ngircd/conf.c
@@ -827,7 +827,7 @@ no_listenports(void)
 /**
  * Read contents of a text file into an array.
  *
- * This function is used to read the MOTD and help text file, for exampe.
+ * This function is used to read the MOTD and help text file, for example.
  *
  * @param filename	Name of the file to read.
  * @return		true, when the file has been read in.