fix: error message typo

This commit is contained in:
Sergiu Deitsch 2024-02-19 20:04:19 +01:00
parent 8a1c086d39
commit 5a7856ab96
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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"