Finito server daytime su UDP
[gapil.git] / sources / BarCode.c
index 6525889b1932eb92e1721a8f267c5f922e24dd17..a6d1519d35dbf58389a47159ab8e00b1e9c58f08 100644 (file)
@@ -29,7 +29,7 @@
  * http://localhost/cgi-bin/barcode?string
  * where string is the code to be converted
  *
- * $Id: BarCode.c,v 1.6 2002/06/30 13:26:17 piccardi Exp $ 
+ * $Id: BarCode.c,v 1.9 2003/05/02 09:55:13 piccardi Exp $ 
  *
  ****************************************************************/
 /* 
@@ -65,7 +65,7 @@ int main(int argc, char *argv[], char *envp[])
     }; 
     char content[]="Content-type: image/png\n\n";
     int i;
-    /* write mime-type to stout */ 
+    /* write mime-type to stdout */ 
     write(STDOUT_FILENO, content, strlen(content));
     /* execute chain of command */
     for (i=0; i<4; i++) {