Fixes a small typo in commit f4f93c56 ("DOC: management: clarify usage
of -V with -c").
Must be backported as far as 2.8 along commit f4f93c56.
---
doc/management.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/management.txt b/doc/management.txt
index 2ba12a5b89..b45167b0d6 100644
--- a/doc/management.txt
+++ b/doc/management.txt
@@ -204,7 +204,7 @@ list of options is :
"-V" this will print the message "Configuration file is valid" upon
success.
- Scripts must use the exit status to dertermine the success of the
+ Scripts must use the exit status to determine the success of the
command.
-cc : evaluates a condition as used within a conditional block of the
--
2.17.1