Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 2, 2020
1 parent 2a92e47 commit 09d30ab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ Shader
AppStore
xcpretty
Choco
x11
xinerama
LibXext
ALSA
freetype
glu1-mesa
webkit2gtk
WebKit
curl4-openssl
ToDo
- chapters/ci.md
TLDR
- chapters/testing/pluginval.md
Expand Down
6 changes: 3 additions & 3 deletions chapters/cpp/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Only available on Windows
- Native `CMake`/`clang-format` support
- `clang-tidy` via plugin
- `clang-tidy` via plug-in

## XCode

Expand All @@ -19,6 +19,6 @@
## Visual Studio Code

- Available on Linux/macOS/Windows
- `CMake`/`clang-format`/`clang-tidy` support via plugins
- Has plugins for literally anything
- `CMake`/`clang-format`/`clang-tidy` support via plug-ins
- Has plug-ins for literally anything
- Uses a lot of memory
4 changes: 2 additions & 2 deletions chapters/cpp/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ find . -iname '*.h' -o -iname '*.hpp' -o -iname '*.cpp' | xargs clang-format -i

## clang-tidy

Static analysis tool. Takes a lot of CPU to run, but finds a lot of valid issuses.
Static analysis tool. Takes a lot of CPU to run, but finds a lot of valid issues.

## compiler-explorer

Expand All @@ -33,7 +33,7 @@ Online compiler. Great for testing small code snippets. Does not currently have

## Makefile/Scripts

I usally wrap all the common commands in a Makefile. Just to save some typing.
I usually wrap all the common commands in a Makefile. Just to save some typing.

```make
CONFIG ?= Release
Expand Down
2 changes: 1 addition & 1 deletion chapters/setup/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| x11 | Unix windowing system. | |
| xinerama | Multi display extension to x11. | |
| LibXext | More extensions to x11. | |
| asound2 | ALSA sound library. | |
| ALSA | ALSA sound library. | |
| freetype | Font library. | |
| glu1-mesa | | |
| webkit2gtk | WebKit Browser Engine | Optional `JUCE_WEB_BROWSER=0` |
Expand Down

0 comments on commit 09d30ab

Please sign in to comment.