aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Maples <jomaples@microsoft.com>2019-10-02 15:42:40 -0700
committerJordan Maples <jomaples@microsoft.com>2019-10-02 15:42:40 -0700
commitb630dfe36aeb31f8cd7fe4ec538af6bae8aa2f8e (patch)
treea569938d9290d170c221b08aaf44a434c7ebbc21
parent1046c9d247eb6b6b14ccf7b2372571e1e4062d63 (diff)
downloadplatform_external_Microsoft-GSL-b630dfe36aeb31f8cd7fe4ec538af6bae8aa2f8e.tar.gz
platform_external_Microsoft-GSL-b630dfe36aeb31f8cd7fe4ec538af6bae8aa2f8e.tar.bz2
platform_external_Microsoft-GSL-b630dfe36aeb31f8cd7fe4ec538af6bae8aa2f8e.zip
Guideline -> Guidelines
fixing issue as reported in issue #746
-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)