fix: error message typo
This commit is contained in:
parent
46e4721fb6
commit
f73750564e
@ -42,7 +42,7 @@
|
||||
#endif
|
||||
|
||||
#if !defined(GLOG_EXPORT)
|
||||
# error <glog/flags.h> was not included correctly. See the documention for how to consume the library.
|
||||
# error <glog/flags.h> was not included correctly. See the documentation for how to consume the library.
|
||||
#endif
|
||||
|
||||
#include "glog/platform.h"
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#endif
|
||||
|
||||
#if !defined(GLOG_EXPORT)
|
||||
# error <glog/log_severity.h> was not included correctly. See the documention for how to consume the library.
|
||||
# error <glog/log_severity.h> was not included correctly. See the documentation for how to consume the library.
|
||||
#endif
|
||||
|
||||
namespace google {
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
#endif
|
||||
|
||||
#if !defined(GLOG_EXPORT) || !defined(GLOG_NO_EXPORT)
|
||||
# error <glog/logging.h> was not included correctly. See the documention for how to consume the library.
|
||||
# error <glog/logging.h> was not included correctly. See the documentation for how to consume the library.
|
||||
#endif
|
||||
|
||||
#include "glog/flags.h"
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
#endif
|
||||
|
||||
#if !defined(GLOG_EXPORT)
|
||||
# error <glog/raw_logging.h> was not included correctly. See the documention for how to consume the library.
|
||||
# error <glog/raw_logging.h> was not included correctly. See the documentation for how to consume the library.
|
||||
#endif
|
||||
|
||||
#include "glog/log_severity.h"
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
#endif
|
||||
|
||||
#if !defined(GLOG_EXPORT)
|
||||
# error <glog/vlog_is_on.h> was not included correctly. See the documention for how to consume the library.
|
||||
# error <glog/vlog_is_on.h> was not included correctly. See the documentation for how to consume the library.
|
||||
#endif
|
||||
|
||||
#include "glog/flags.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user