about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2006-12-25 22:53:52 +0000
committerAlexander Barton <alex@barton.de>2006-12-25 22:53:52 +0000
commit262d945284541988bdf7872e925008610774de55 (patch)
tree14dfb2697d675e4e6e64b6d05d693cc89320be5e /src
parentf6ce2d557a6f52ed71e458b1a375747d90ffca70 (diff)
downloadngircd-262d945284541988bdf7872e925008610774de55.tar.gz
ngircd-262d945284541988bdf7872e925008610774de55.zip
Fixed typo in #ifdef which tests if this header is already included or not.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/io.h b/src/ngircd/io.h
index dfc27b07..a2285de4 100644
--- a/src/ngircd/io.h
+++ b/src/ngircd/io.h
@@ -7,10 +7,10 @@
  *
  * I/O abstraction interface header
  *
- * $Id: io.h,v 1.3 2005/07/14 09:15:58 alex Exp $
+ * $Id: io.h,v 1.4 2006/12/25 22:53:52 alex Exp $
  */
 
-#ifndef io_H_inclucded
+#ifndef io_H_included
 #define io_H_included
 
 #include "portab.h"