changeset 261:259ed1de5bdc

Fix spelling mistakes in comments
author mikael@frmp8452
date Fri, 01 Jul 2005 23:49:01 +0100
parents 33e1a05864a6
children ab6f83a82811
files mcabber/src/screen.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/screen.c	Fri Jul 01 23:47:03 2005 +0100
+++ b/mcabber/src/screen.c	Fri Jul 01 23:49:01 2005 +0100
@@ -1082,21 +1082,21 @@
 }
 
 //  scr_set_chatmode()
-// Public fonction to (un)set chatmode...
+// Public function to (un)set chatmode...
 inline void scr_set_chatmode(int enable)
 {
   chatmode = enable;
 }
 
 //  scr_get_multimode()
-// Public fonction to get multimode status...
+// Public function to get multimode status...
 inline int scr_get_multimode()
 {
   return multimode;
 }
 
 //  scr_set_multimode()
-// Public fonction to (un)set multimode...
+// Public function to (un)set multimode...
 // Convention:
 //  0 = disabled / 1 = multimode / 2 = multimode verbatim (commands disabled)
 inline void scr_set_multimode(int enable)
@@ -1109,7 +1109,7 @@
 }
 
 //  scr_get_multiline()
-// Public fonction to get the current multi-line.
+// Public function to get the current multi-line.
 inline const char *scr_get_multiline()
 {
   if (multimode && multiline)