Skip to content

Commit d898fe5

Browse files
wjtbarisione
authored andcommitted
apply-format: fix "speficy" typo
1 parent 06cad53 commit d898fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apply-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if [ ${#positionals[@]} -gt 0 ]; then
162162
fi
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.'
186186
fi
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' \

0 commit comments

Comments
 (0)