From c3b85f9571d43b8330dba8d08cc8a8e85af67059 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 23 Sep 2015 22:12:49 +0200 Subject: [PATCH 1/2] Fixes spelling of Xcode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e34948a..c169d19 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The test suite that exercises GSL has been built and passes successfully on the * Windows using GCC 5.1 * GNU/Linux using Clang/LLVM 3.6 * GNU/Linux using GCC 5.1 -* Mac OS Yosemite using XCode with AppleClang 7.0.0.7000072 +* Mac OS Yosemite using Xcode with AppleClang 7.0.0.7000072 * Mac OS Yosemite using GCC-5.2.0 > If you successfully port GSL to another platform, we would love to hear from you. Please submit an issue to let us know. Also please consider From 2c8886bdfb532702484ee0c8d28c5b483c34fb6f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 23 Sep 2015 23:18:48 +0200 Subject: [PATCH 2/2] Also renames MAC OS to OS X --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c169d19..506110f 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ The test suite that exercises GSL has been built and passes successfully on the * Windows using GCC 5.1 * GNU/Linux using Clang/LLVM 3.6 * GNU/Linux using GCC 5.1 -* Mac OS Yosemite using Xcode with AppleClang 7.0.0.7000072 -* Mac OS Yosemite using GCC-5.2.0 +* OS X Yosemite using Xcode with AppleClang 7.0.0.7000072 +* OS X Yosemite using GCC-5.2.0 > If you successfully port GSL to another platform, we would love to hear from you. Please submit an issue to let us know. Also please consider contributing any changes that were necessary back to this project to benefit the wider community.