File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ if [ ${#positionals[@]} -gt 0 ]; then
162162fi
163163
164164[ -n " $style " ] || \
165- error_exit " If you use --style you need to speficy a valid style."
165+ error_exit " If you use --style you need to specify a valid style."
166166
167167# ######################################
168168# Detection of clang-format & friends #
@@ -181,7 +181,7 @@ if [ -z "$format" ]; then
181181 $' On Ubuntu/Debian this is available in the clang-format package or, in\n ' \
182182 $' older distro versions, clang-format-VERSION.\n ' \
183183 $' On Fedora it\' s available in the clang package.\n ' \
184- $' You can also speficy your own path for clang-format by setting the\n ' \
184+ $' You can also specify your own path for clang-format by setting the\n ' \
185185 $' $CLANG_FORMAT environment variable.'
186186fi
187187
@@ -249,7 +249,7 @@ if [ "$whole_file" = false ]; then
249249 $' at https://github.com/barisione/clang-format-hooks/issues with details about\n ' \
250250 $' your operating system and setup.\n ' \
251251 $' \n ' \
252- $' You can also speficy your own path for clang-format-diff by setting the\n ' \
252+ $' You can also specify your own path for clang-format-diff by setting the\n ' \
253253 $' $CLANG_FORMAT_DIFF environment variable, for instance:\n ' \
254254 $' \n ' \
255255 $' CLANG_FORMAT_DIFF="python /.../clang-format-diff.py" \\\n ' \
You can’t perform that action at this time.
0 commit comments