Skip to content

Commit

Permalink
Fix spelling of Xcode -- only 'X' should be capitalized. (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanurmi authored Feb 23, 2020
1 parent cec871c commit abcd84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ the newer version of CMake in the commands above).
#### Compiling on Mac OS X prerequisites

On Mac OS X you most probably need the command-line compiler one can tell
XCode to install. Additionally wxWidgets needs to be installed, which can
Xcode to install. Additionally wxWidgets needs to be installed, which can
be done using homebrew, fink or macports and should be named wxWidgets or
wxMac there. If libomp is installed, as well, wxMaxima is able to speed
up some more tasks using multithreading.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ finding bugs came from the cppcheck utility which caused changes in over
* Maximum number of digits and if we use user-defined labels now are no more
hardcoded into the worksheet at evaluation time.
* Anwers to Maxima's questions are now remembered across sessions.
* CMake is now our main build system: It is supported under MSVC, XCode,
* CMake is now our main build system: It is supported under MSVC, Xcode,
Code::Blocks, its output looks much nicer than the one from the autotools
and setting it up uses much more straightforward constructs.
The recipe to build a debian package using cmake can be found at
Expand Down

0 comments on commit abcd84f

Please sign in to comment.