Explorar el Código

Small typo fix.

AdrianSimionov hace 9 años
padre
commit
1ef0ec4b20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/docsis.c

+ 1 - 1
src/docsis.c

@@ -585,7 +585,7 @@ int encode_one_file ( char *input_file, char *output_file,
     }
 
   if (dialplan == 1) {
-    printf("Adding PC20 diaplan from external file.\n");
+    printf("Adding PC20 dialplan from external file.\n");
     buflen = add_dialplan (buffer, buflen);
   }