Skip to content

Commit

Permalink
Merge pull request #366 from appneta/Bug_#365_more_lintian_typos
Browse files Browse the repository at this point in the history
Bug #365 fixed more typos
  • Loading branch information
fklassen authored May 2, 2017
2 parents f1e19fb + f0d7df4 commit 6842cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
05/01/2017 Version 4.2.5-beta1
- Fix more Lintian detected spelling errors (#365)

04/26/2017 Version 4.2.4
- Fix Lintian detected spelling errors (#362)

Expand Down
2 changes: 1 addition & 1 deletion src/tcpprep.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ main(int argc, char *argv[])
}

if (info)
notice("Buliding cache file...\n");
notice("Building cache file...\n");
/*
* re-process files, but this time generate
* cache
Expand Down
2 changes: 1 addition & 1 deletion src/tcpprep_opts.def
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ flag = {
value = C;
arg-type = string;
max = 1;
descrip = "Embeded cache file comment";
descrip = "Embedded cache file comment";
flag-code = <<- EOComment

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

0 comments on commit 6842cc9

Please sign in to comment.