aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/Logger.h')
-rw-r--r--CommonLibs/Logger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CommonLibs/Logger.h b/CommonLibs/Logger.h
index 0a9b535..6b1c44d 100644
--- a/CommonLibs/Logger.h
+++ b/CommonLibs/Logger.h
@@ -73,7 +73,7 @@ class Log {
protected:
std::ostringstream mStream; ///< This is where we buffer up the log entry.
- int mPriority; ///< Priority of current repot.
+ int mPriority; ///< Priority of current report.
bool mDummyInit;
public:
@@ -84,7 +84,7 @@ class Log {
Log(const char* name, const char* level=NULL, int facility=LOG_USER);
- // Most of the work is in the desctructor.
+ // Most of the work is in the destructor.
/** The destructor actually generates the log entry. */
~Log();