summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_log.h
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2018-07-12 16:27:15 +0900
committerHermet Park <hermetpark@gmail.com>2018-07-12 16:27:15 +0900
commitbdb9a41750339bd0072cb8b8aae1842a2eee2d9d (patch)
tree01701ed866484cf9221dca3ab0e7ce6d1b37d517 /src/lib/eina/eina_log.h
parentb05a5cb4c73d890ab4cd65d8872a470193439bcc (diff)
downloadefl-bdb9a41750339bd0072cb8b8aae1842a2eee2d9d.tar.gz
eina: Spelling fixes
Reviewers: devilhorns, Hermet Reviewed By: Hermet Subscribers: cedric, #committers, zmike Tags: #efl Differential Revision: https://phab.enlightenment.org/D6570
Diffstat (limited to 'src/lib/eina/eina_log.h')
-rw-r--r--src/lib/eina/eina_log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/eina/eina_log.h b/src/lib/eina/eina_log.h
index 5f855ddeb0..83e7cb312d 100644
--- a/src/lib/eina/eina_log.h
+++ b/src/lib/eina/eina_log.h
@@ -838,7 +838,7 @@ EAPI void eina_log_vprint(int domain,
* @param file The file which is logged.
* @param fnc The function which is logged.
* @param line The line which is logged.
- * @param fmt The ouptut format to use.
+ * @param fmt The output format to use.
* @param data Not used.
* @param args The arguments needed by the format.
*
@@ -873,7 +873,7 @@ EAPI void eina_log_print_cb_stdout(const Eina_Log_Domain *d,
* @param file The file which is logged.
* @param fnc The function which is logged.
* @param line The line which is logged.
- * @param fmt The ouptut format to use.
+ * @param fmt The output format to use.
* @param data Not used.
* @param args The arguments needed by the format.
*
@@ -915,7 +915,7 @@ EAPI void eina_log_print_cb_stderr(const Eina_Log_Domain *d,
* @param file The file which is logged.
* @param fnc The function which is logged.
* @param line The line which is logged.
- * @param fmt The ouptut format to use.
+ * @param fmt The output format to use.
* @param data The file which will store the output (as a FILE *).
* @param args The arguments needed by the format.
*
@@ -943,7 +943,7 @@ EAPI void eina_log_print_cb_file(const Eina_Log_Domain *d,
* @param file The file which is logged.
* @param fnc The function which is logged.
* @param line The line which is logged.
- * @param fmt The ouptut format to use.
+ * @param fmt The output format to use.
* @param data The file which will store the output (as a FILE *).
* @param args The arguments needed by the format.
*