浏览代码

Small typo fix.

AdrianSimionov 9 年之前
父节点
当前提交
3f7895e309
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docsis.c

+ 1 - 1
src/docsis.c

@@ -183,7 +183,7 @@ add_dialplan (unsigned char *tlvbuf, unsigned int tlvbuflen) {
   fseek(dialplan_file, 0, SEEK_SET);
   dialplan_buffer = malloc(fileSize);
   if (!dialplan_buffer) {
-    fprintf(stderr, "Fatal error allocating memory for diaplan buffer, closing.\n");
+    fprintf(stderr, "Fatal error allocating memory for dialplan buffer, closing.\n");
     exit(-1);
   }
   fread(dialplan_buffer, fileSize, 1, dialplan_file);