Browse code

Fix typo

git-svn: trunk@2347

Nigel Horne authored on 2006/10/08 20:06:42
Showing 2 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Sun Oct  8 12:00:28 BST 2006 (njh)
2 2
 ----------------------------------
3
-  * libclamav/js.[ch]:	Created place holders for the frontend to NJS
3
+  * libclamav/js.[ch]:	Created place holders for the frontend to NGS
4 4
 
5 5
 Sat Oct  7 17:13:40 CEST 2006 (tk)
6 6
 ----------------------------------
... ...
@@ -19,7 +19,7 @@
19 19
  * Save the JavaScript embedded in an HTML file, then run the script, saving
20 20
  * the output in a file that is to be scanned, then remove the script file
21 21
  */
22
-static	char	const	rcsid[] = "$Id: js.c,v 1.1 2006/10/08 10:43:17 njh Exp $";
22
+static	char	const	rcsid[] = "$Id: js.c,v 1.2 2006/10/08 11:05:12 njh Exp $";
23 23
 
24 24
 #if HAVE_CONFIG_H
25 25
 #include "clamav-config.h"
... ...
@@ -144,7 +144,7 @@ cli_scanjs(const char *dir, int desc)
144 144
 		 *
145 145
 		 *	main();
146 146
 		 * END_EMIT
147
-		 * Run NJS on the script file
147
+		 * Run NGS on the script file
148 148
 		 */
149 149
 	}
150 150
 	/* unlink the script file */