Change-Id: Ic8ce88c5abca7bfb0045c550b8749e3e1311eafd
//! 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.
* \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