Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeignint <37488595+FeignInt@users.noreply.github.com>2021-02-23 11:15:30 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-02-23 15:38:02 +0300
commitc8b84e41a45408858a08f367b70d1ea63db01146 (patch)
treeef95ff51a093d06f2dfd30eea09167f0343f1cef /CONTRIBUTING.md
parenta6ebf1fd414ca15d7840d2c4aa35f3d513f08d88 (diff)
Fix spelling in various documents
Summary of spelling fixes: BUILD.md: depedencies => dependencies CONTRIBUTING.md: occassionally => occasionally README: wether => whether README: Realtive => Relative contrb/README.md: absense => absence CONTRIBUTING.md: reformating => reformatting Also includes capitalisation fixes: README: russian => Russian README: french => French contrib/icons/icons.md: Gnome => GNOME
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 56c1c41f9..640347bfc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -78,7 +78,7 @@ They do not apply to code in `src/libs/` directory (libraries in there
have their own coding conventions).
Rules outlined below apply to new code landing in master branch.
-Do not do mass reformating or renaming of existing code.
+Do not do mass reformatting or renaming of existing code.
### Language
@@ -150,7 +150,7 @@ Read [How to Write a Git Commit Message]. Then read it again, and follow
"the seven rules" :)
The only exception to these rules are commits landing from our upstream project,
-so occassionally you might find a commit originating from `svn/trunk` branch,
+so occasionally you might find a commit originating from `svn/trunk` branch,
that does not follow them. There are no other exceptions.
[How to Write a Git Commit Message]:https://chris.beams.io/posts/git-commit/