refactor: correct typos in src/log
authorFelix Yan <felixonmars@archlinux.org>
Wed, 6 Dec 2017 05:38:52 +0000 (13:38 +0800)
committerFelix Yan <felixonmars@archlinux.org>
Wed, 6 Dec 2017 05:38:52 +0000 (13:38 +0800)
Change-Id: Ic8ce88c5abca7bfb0045c550b8749e3e1311eafd

src/log/AbstractStringAppender.cpp
src/log/Logger.cpp

index 1ec0be85ef6d98194fb494495714ded0eb4c3cf7..42a5db957bd580e98e36b2bcb41b0d33ea2746ad 100644 (file)
@@ -70,7 +70,7 @@ QString AbstractStringAppender::format() const
 
 //! Sets the logging format for writing strings to the log target with this appender.
 /**
- * The string format seems to be very common to those developers who have used a standart sprintf function.
+ * The string format seems to be very common to those developers who have used a standard sprintf function.
  *
  * Log output format is a simple QString with the special markers (starting with % sign) which will be replaced with
  * it's internal meaning when writing a log record.
index 1d5eda95bdf1a93c0868870cae3a425c108afbbf..72b6935289f6bed0540434cd49ff9c74f45f940c 100644 (file)
@@ -63,7 +63,7 @@ DCORE_BEGIN_NAMESPACE
  * \brief Writes the trace log record
  *
  * This macro is the convinient way to call Logger::write(). It uses the common preprocessor macros \c __FILE__,
- * \c __LINE__ and the standart Qt \c Q_FUNC_INFO macros to automatically determine the needed parameters to call
+ * \c __LINE__ and the standard Qt \c Q_FUNC_INFO macros to automatically determine the needed parameters to call
  * Logger::write().
  *
  * \note This and other (dInfo() etc...) macros uses the variadic macro arguments to give convinient usage form for