Fix typos in comments and strings to reduce future slumming for credit.
[ircu2.10.12-pk.git] / ircd / s_debug.c
index 4a202bfef1b0dc0de4cf2b97bfa38bc6e61881f7..56e76c85b540b6da89e54e756d8f05b46cda0164 100644 (file)
@@ -122,9 +122,9 @@ const char* debug_serveropts(void)
  * If the -t option is not given on the command line when the server is
  * started, all debugging output is sent to the file set by LPATH in config.h
  * Here we just open that file and make sure it is opened to fd 2 so that
- * any fprintf's to stderr also goto the logfile.  If the debuglevel is not
+ * any fprintf's to stderr also go to the logfile.  If the debuglevel is not
  * set from the command line by -x, use /dev/null as the dummy logfile as long
- * as DEBUGMODE has been defined, else dont waste the fd.
+ * as DEBUGMODE has been defined, else don't waste the fd.
  * @param use_tty Passed to log_debug_init().
  */
 void debug_init(int use_tty)