aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2019-10-03 09:37:41 -0700
committerGitHub <noreply@github.com>2019-10-03 09:37:41 -0700
commit10ce5b634f40d1a51c7ab92c362c77d4438c1d51 (patch)
tree3429407146169e5bd966663f708ee9322d872e96
parent23066c829f227ca75cf44f7d727230fcdb7ccc8a (diff)
parentb630dfe36aeb31f8cd7fe4ec538af6bae8aa2f8e (diff)
downloadplatform_external_Microsoft-GSL-10ce5b634f40d1a51c7ab92c362c77d4438c1d51.tar.gz
platform_external_Microsoft-GSL-10ce5b634f40d1a51c7ab92c362c77d4438c1d51.tar.bz2
platform_external_Microsoft-GSL-10ce5b634f40d1a51c7ab92c362c77d4438c1d51.zip
Merge pull request #812 from JordanMaples/dev/jomaples/typo_fixes
Fixing typo "Guideline" as "Guidelines"
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--ThirdPartyNotices.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 10e6c32..990b8e1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-## Contributing to the Guideline Support Library
+## Contributing to the Guidelines Support Library
-The Guideline Support Library (GSL) contains functions and types that are suggested for use by the
+The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines). GSL design changes are made only as a result of modifications to the Guidelines.
GSL is accepting contributions that improve or refine any of the types in this library as well as ports to other platforms. Changes should have an issue
diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt
index 94b9acc..ebf7b6e 100644
--- a/ThirdPartyNotices.txt
+++ b/ThirdPartyNotices.txt
@@ -2,7 +2,7 @@
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize
-GSL: Guideline Support Library incorporates third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft reserves all other rights not expressly granted, whether by implication, estoppel or otherwise.
+GSL: Guidelines Support Library incorporates third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft reserves all other rights not expressly granted, whether by implication, estoppel or otherwise.
1. Catch (https://github.com/philsquared/Catch)