summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:22:20 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:27 +0200
commite8a3a43649ea7235aa54be29018ec92f8de628ea (patch)
tree591e9b58b6220434b1a5dc00d5399bf4f589a008 /third_party
parent7ad87bb43c72520bcf1dcf603b55f6fd0d95697c (diff)
downloadsamba-e8a3a43649ea7235aa54be29018ec92f8de628ea.tar.gz
Fix spelling s/ouput/output/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cmocka/cmocka.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cmocka/cmocka.h b/third_party/cmocka/cmocka.h
index 72d6ae21c90..4fd82a98b30 100644
--- a/third_party/cmocka/cmocka.h
+++ b/third_party/cmocka/cmocka.h
@@ -2269,7 +2269,7 @@ enum cm_message_output {
/**
* @brief Function to set the output format for a test.
*
- * The ouput format for the test can either be set globally using this
+ * The output format for the test can either be set globally using this
* function or overriden with environment variable CMOCKA_MESSAGE_OUTPUT.
*
* The environment variable can be set to either STDOUT, SUBUNIT, TAP or XML.