More typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9369 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
05ff62fcc2
commit
d6c5455edc
2 changed files with 6 additions and 6 deletions
|
|
@ -174,7 +174,7 @@ To minimize compilation time, please include as few other header files as possib
|
|||
|
||||
Each file in a module should be given a filename that is all lowercase letters
|
||||
such as "parser.c", not "Parser.c" or "PARSER.c". Please note that filenames
|
||||
are case-insensitive on Windows so this convention will prevent you from inadvertantly
|
||||
are case-insensitive on Windows so this convention will prevent you from inadvertently
|
||||
creating two files that differ in case-only.
|
||||
|
||||
<p>
|
||||
|
|
@ -224,7 +224,7 @@ makes it possible to extract version information from a raw binary
|
|||
(sometimes useful in debugging).
|
||||
|
||||
<p>
|
||||
As a general rule, files start to get unmanagable once they exceed
|
||||
As a general rule, files start to get unmanageable once they exceed
|
||||
about 2000 lines. Files larger than this should be broken up into
|
||||
multiple files. Similarly, you should avoid the temptation to create
|
||||
many small files as this increases compilation time and makes the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue