File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ You should use as many compilers as you can for your platform(s). Each compiler
108
108
* ` -Wpedantic ` warn if non-standard C++ is used
109
109
* ` -Wconversion ` warn on type conversions that may lose data
110
110
* ` -Wsign-conversion ` warn on sign conversions
111
- * ` -Wmisleading-indentation ` warn if identation implies blocks where blocks do not exist
111
+ * ` -Wmisleading-indentation ` warn if indentation implies blocks where blocks do not exist
112
112
* ` -Wduplicated-cond ` warn if ` if ` / ` else ` chain has duplicated conditions
113
113
* ` -Wduplicated-branches ` warn if ` if ` / ` else ` branches have duplicated code
114
114
* ` -Wlogical-op ` warn about logical operations being used where bitwise were probably wanted
You can’t perform that action at this time.
0 commit comments