Update of /cvsroot/gaim/gaim/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8781
Modified Files:
util.h
Log Message:
Documentation tyop.
Index: util.h
===================================================================
RCS file: /cvsroot/gaim/gaim/src/util.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -p -r1.28 -r1.29
--- util.h 14 Oct 2003 05:07:38 -0000 1.28
+++ util.h 19 Oct 2003 23:14:38 -0000 1.29
@@ -271,7 +271,7 @@ FILE *gaim_mkstemp(char **path);
/**
* Checks if the given program name is valid and executable.
*
- * @parm program The file name of the application.
+ * @param program The file name of the application.
*
* @return True if the program is runable.
*/
|