diff options
author | Jeremiah Mahler <jmmahler@gmail.com> | 2014-05-10 09:34:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-10 09:41:17 -0700 |
commit | 81ec6f3176e3985a5f60d4ca34ed8de23e17786a (patch) | |
tree | 2a50c812fc4ce25101c08c7b59be9539fae19ad6 /CodingStyle | |
parent | 9a4f8b50bd9b88b00959a08524e1617be1486c95 (diff) | |
download | subsurface-81ec6f3176e3985a5f60d4ca34ed8de23e17786a.tar.gz |
CodingStyle "to" "too" typo
Small typo in CodingStyle.
".. in this file to." should be "... in this file too."
Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CodingStyle')
-rw-r--r-- | CodingStyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodingStyle b/CodingStyle index f35fc0fa4..646a4b9fa 100644 --- a/CodingStyle +++ b/CodingStyle @@ -203,7 +203,7 @@ Vim --------- As everybody knows vim is a way better editor than emacs and thus needs to be -in this file to. Put this into your .vimrc and this should produce something +in this file too. Put this into your .vimrc and this should produce something close to our coding standards. " Subsurface coding style |