Skip to content

Commit 61ca25c

Browse files
authored
Merge pull request fffaraz#260 from shlomif/shlomif--correct-typos
Correct spelling of "script" and some grammar.
2 parents 6482b96 + 81f1ed0 commit 61ca25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,11 +649,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
649649
* [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
650650
* [MesonBuild](http://mesonbuild.com) - An open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.
651651
* [Ninja](http://martine.github.io/ninja/) - A small build system with a focus on speed.
652-
* [Scons](http://www.scons.org/) - A software construction tool configured with Python scipt.
652+
* [Scons](http://www.scons.org/) - A software construction tool configured with a Python script.
653653
* [Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.
654654
* [tundra](https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects.
655655
* [tup](http://gittup.org/tup/) - File-based build system that monitors in the background for changed files.
656-
* [Premake](http://premake.github.io) - A tool configured with lua scipt to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux.
656+
* [Premake](http://premake.github.io) - A tool configured with a Lua script to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux.
657657

658658
## Static Code Analysis
659659
*List of tools for improving quality and reducing defects by code analysis*

0 commit comments

Comments
 (0)