mcabber/src/main.c
changeset 77 32f54ad6d729
parent 70 5b1249ce812d
child 81 0bd578421ce9
--- a/mcabber/src/main.c	Sat Apr 16 18:13:24 2005 +0000
+++ b/mcabber/src/main.c	Sat Apr 16 18:24:01 2005 +0000
@@ -101,7 +101,7 @@
 
   sprintf(configFile, "%s/.mcabberrc", getenv("HOME"));
 
-  /* Proceso opciones de usuario */
+  /* Parse command line options */
   while (1) {
     int c = getopt(argc, argv, "hf:");
     if (c == -1) {