Skip to content

Commit f0d7df4

Browse files
committed
Bug appneta#365 fixed more typos
1 parent f1e19fb commit f0d7df4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
05/01/2017 Version 4.2.5-beta1
2+
- Fix more Lintian detected spelling errors (#365)
3+
14
04/26/2017 Version 4.2.4
25
- Fix Lintian detected spelling errors (#362)
36

src/tcpprep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ main(int argc, char *argv[])
177177
}
178178

179179
if (info)
180-
notice("Buliding cache file...\n");
180+
notice("Building cache file...\n");
181181
/*
182182
* re-process files, but this time generate
183183
* cache

src/tcpprep_opts.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ flag = {
295295
value = C;
296296
arg-type = string;
297297
max = 1;
298-
descrip = "Embeded cache file comment";
298+
descrip = "Embedded cache file comment";
299299
flag-code = <<- EOComment
300300

301301
/* our comment_len is only 16bit - myargs[] */

0 commit comments

Comments
 (0)