added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / ircd / fileio.c
index 9eef0a57a3978960e4e46b1f9daf1e6f92467511..af225c54a70aecc814408ecb312ab977808aac0d 100644 (file)
@@ -85,7 +85,7 @@ FBFILE* fbopen(const char *filename, const char *mode)
   }
   /*
    * stop NFS hangs...most systems should be able to open a file in
-   * 3 seconds. -avalon (curtesy of wumpus)
+   * 3 seconds. -avalon (courtesy of wumpus)
    */
   alarm(3);
   if ((fd = open(filename, openmode, pmode)) == -1) {