]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.c
Fix spelling
[ngircd-alex.git] / src / ngircd / conn.c
index e8bfcf1c70cbbb9e848061eff7b151a2a7c8f854..3f447c61ec367916f528f13a9da0852ac83eb0f4 100644 (file)
@@ -1915,7 +1915,7 @@ Handle_Buffer(CONN_ID Idx)
                ptr2 = strchr(array_start(&My_Connections[Idx].rbuf), '\n');
                if (ptr) {
                        /* Check if there is a single CR or LF _before_ the
-                        * corerct CR+LF line terminator:  */
+                        * correct CR+LF line terminator:  */
                        first_eol = ptr1 < ptr2 ? ptr1 : ptr2;
                        if (first_eol < ptr) {
                                /* Single CR or LF before CR+LF found */