summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/TLogging.h
diff options
context:
space:
mode:
authorKonrad Grochowski <hcorg@apache.org>2014-11-24 10:55:31 +0100
committerKonrad Grochowski <hcorg@apache.org>2014-11-24 10:55:31 +0100
commit3b5dacba44e4fa5c07c8b828d2f65215f9c91e34 (patch)
tree56fb134a0cd9cadbdd034af8de6ffdb31ae50ef8 /lib/cpp/src/thrift/TLogging.h
parenteab29a0da9eb775bb7e1e7cff6b4eeaecf237151 (diff)
downloadthrift-3b5dacba44e4fa5c07c8b828d2f65215f9c91e34.tar.gz
THRIFT-2849: spelling errors fixed using codespell tool
Client: All Patch: Anatol Pomozov This closes #281
Diffstat (limited to 'lib/cpp/src/thrift/TLogging.h')
-rw-r--r--lib/cpp/src/thrift/TLogging.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/cpp/src/thrift/TLogging.h b/lib/cpp/src/thrift/TLogging.h
index 096054c07..07ff030f7 100644
--- a/lib/cpp/src/thrift/TLogging.h
+++ b/lib/cpp/src/thrift/TLogging.h
@@ -62,7 +62,7 @@
#endif
/**
- * analagous to T_DEBUG but also prints the time
+ * analogous to T_DEBUG but also prints the time
*
* @param string format_string input: printf style format string
*/
@@ -88,7 +88,7 @@
#endif
/**
- * analagous to T_DEBUG but uses input level to determine whether or not the string
+ * analogous to T_DEBUG but uses input level to determine whether or not the string
* should be logged.
*
* @param int level: specified debug level
@@ -120,7 +120,7 @@
}
/**
- * Analagous to T_ERROR, additionally aborting the process.
+ * Analogous to T_ERROR, additionally aborting the process.
* WARNING: macro calls abort(), ending program execution
*
* @param string format_string input: printf style format string