浏览代码

Small typo fix.

AdrianSimionov 9 年之前
父节点
当前提交
1ef0ec4b20
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
   }