]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/conn-func.c
Spelling fixes, mostly in file comments
[ngircd.git] / src / ngircd / conn-func.c
index 25ae1b26dff830e0b457e5ffe1461d2ca70c9776..c14a56ae2a28fe60f1549fd5b82ce851ebdfe191 100644 (file)
@@ -68,7 +68,7 @@ Conn_GetSignon(CONN_ID Idx)
 GLOBAL time_t
 Conn_GetIdle( CONN_ID Idx )
 {
-       /* Return Idle-Timer of a connetion */
+       /* Return Idle-Timer of a connection */
        assert( Idx > NONE );
        return time( NULL ) - My_Connections[Idx].lastprivmsg;
 } /* Conn_GetIdle */