forked from Gnucash/gnucash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cumulated minor spelling fixes in comments
and other non-code texts
- Loading branch information
Showing
4 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -278,7 +278,7 @@ make_testfile "Author Name <[email protected]>" path/to/input [path/to/output] | |
Creates template unit test files from C source files. The default | ||
output file is utest-filename in a subdirectory named "test". For | ||
example, if the input file is src/engine/Account.c, the default output | ||
file will be src/engine/test/test-Account.c. | ||
file will be src/engine/test/utest-Account.c. | ||
The program scans the input file to find function signatures. Each | ||
function signature will generate a comment with the function's | ||
|