From: Felix Yan Date: Wed, 6 Dec 2017 05:38:52 +0000 (+0800) Subject: refactor: correct typos in src/log X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~144^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8bed703577727421138f9e1118531db19108d978;p=dtkcore.git refactor: correct typos in src/log Change-Id: Ic8ce88c5abca7bfb0045c550b8749e3e1311eafd --- diff --git a/src/log/AbstractStringAppender.cpp b/src/log/AbstractStringAppender.cpp index 1ec0be8..42a5db9 100644 --- a/src/log/AbstractStringAppender.cpp +++ b/src/log/AbstractStringAppender.cpp @@ -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. diff --git a/src/log/Logger.cpp b/src/log/Logger.cpp index 1d5eda9..72b6935 100644 --- a/src/log/Logger.cpp +++ b/src/log/Logger.cpp @@ -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