Spelling.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3643 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-07-09 21:52:21 +00:00
parent 5dcb2ce4ec
commit 9e165899d5
+5 -5
View File
@@ -5,7 +5,7 @@ These guidelines are there so that you won't waste both our and your time.
Before making changes: Before making changes:
- Read this entire document - Read this entire document
- See if the the Bugzilla bug database at - See if the Bugzilla bug database at
http://bugs.uqm.stack.nl/ contains any comments on what you're planning http://bugs.uqm.stack.nl/ contains any comments on what you're planning
to do. to do.
- Make sure you're using the most recent Subversion version - Make sure you're using the most recent Subversion version
@@ -26,7 +26,7 @@ Making changes:
we don't even always do, but we've accepted this as our standard. The main we don't even always do, but we've accepted this as our standard. The main
reason is that this is very close to the original style. reason is that this is very close to the original style.
Trying to start a discussion about the standard is pointless and is Trying to start a discussion about the standard is pointless and is
definately NOT appreciated. definitely NOT appreciated.
- Use 1 tab per indentation level - Use 1 tab per indentation level
- Use no more than 76 chars on a line, when using a tab size of 4. - Use no more than 76 chars on a line, when using a tab size of 4.
- Use 2 extra indentation levels for the continuation of a broken line, - Use 2 extra indentation levels for the continuation of a broken line,
@@ -47,7 +47,7 @@ Making changes:
} }
(Though in this particular case, I personally would repeat the 'long', (Though in this particular case, I personally would repeat the 'long',
or place l and m on the same line) or place l and m on the same line)
- Put { on a seperate line, both for the start of a function and - Put { on a separate line, both for the start of a function and
for the start of a block. for the start of a block.
- one space around binary operators, and after commas. - one space around binary operators, and after commas.
- one space between the function name and following '(', both in - one space between the function name and following '(', both in
@@ -101,7 +101,7 @@ Getting the patches committed:
mentioning an URL where we can get the patch. mentioning an URL where we can get the patch.
The committers are listed below (in alphabetical order), with their The committers are listed below (in alphabetical order), with their
particular field of expertise with the source. Though all of us particular field of expertise with the source. Though all of us
should have enough experience to deal with most issues not explicitely should have enough experience to deal with most issues not explicitly
mentioned. mentioned.
Serge van den Boom (svdb at stack.nl), SvdB at #sc2 Serge van den Boom (svdb at stack.nl), SvdB at #sc2
- Resource system - Resource system
@@ -113,7 +113,7 @@ Getting the patches committed:
- Graphics - Graphics
- Sound - Sound
- General issues - General issues
Michael Martin (mcmartin at stanford.edu), McMartin at #sc2 Michael Martin (mcmartin at mail.com), McMartin at #sc2
- Threading - Threading
- Graphics - Graphics
- Input system - Input system