Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Feb 19, 2024
1 parent a189fc3 commit feb6474
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/glog/flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/glog/log_severity.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/glog/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/glog/raw_logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/glog/vlog_is_on.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit feb6474

Please sign in to comment.