Fix typos

This commit is contained in:
Jerome Meyer 2018-12-06 16:06:01 -05:00
parent 3da189f7c0
commit ce8cf1e152
2 changed files with 3 additions and 4 deletions

View File

@ -760,7 +760,6 @@ public:
class ch_formatter final : public flag_formatter
{
public:
public:
explicit ch_formatter(char ch)
: ch_(ch)
@ -825,7 +824,7 @@ public:
}
};
// print soruce location
// print source location
class source_location_formatter final : public flag_formatter
{
public:
@ -854,7 +853,7 @@ public:
}
}
};
// print soruce filename
// print source filename
class source_filename_formatter final : public flag_formatter
{
public:

View File

@ -78,7 +78,7 @@ public:
void log(level::level_enum lvl, const wchar_t *fmt, const Args &... args);
template<typename... Args>
void log(source_loc soruce, level::level_enum lvl, const wchar_t *fmt, const Args &... args);
void log(source_loc source, level::level_enum lvl, const wchar_t *fmt, const Args &... args);
template<typename... Args>
void trace(const wchar_t *fmt, const Args &... args);