Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug #365 fixed more typos #366

Merged
merged 1 commit into from
May 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bug #365 fixed more typos
  • Loading branch information
fklassen committed May 2, 2017
commit f0d7df4697b85db233b8d507ace2c5c6644c1caf
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