aboutsummaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
authorWink Saville <wink@saville.com>2018-03-06 03:44:25 -0800
committerDominic Hamon <dominichamon@users.noreply.github.com>2018-03-06 11:44:25 +0000
commit69a52cff4fdc6a12b639c0d2ec532f6f4ab65c48 (patch)
treeaa2c6a22f37d86eec0b61da406c5c2132cd28cff /.ycm_extra_conf.py
parent47df49e5731fd795043bd40c0285ba44ab3e2dbb (diff)
downloadgoogle-benchmark-69a52cff4fdc6a12b639c0d2ec532f6f4ab65c48.tar.gz
google-benchmark-69a52cff4fdc6a12b639c0d2ec532f6f4ab65c48.zip
Spelling fixes (#543)
Upstream spelling fix changes from Pony, ec47ba8f565726414552f4bbf97d7, by ka7@la-evento.com that effected google/benchmark.
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r--.ycm_extra_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index 8619435..5649ddc 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -7,7 +7,7 @@ import ycm_core
flags = [
'-Wall',
'-Werror',
-'-pendantic-errors',
+'-pedantic-errors',
'-std=c++0x',
'-fno-strict-aliasing',
'-O3',