diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-12 12:11:00 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-12 12:11:00 +0000 |
commit | 5489e14c8ee8749327b49705bb605fb7e6e1d3e2 (patch) | |
tree | 3348e3e6669f73320aa621e948461b6b322e0dec /README.md | |
parent | linenoise is now a submodule (diff) | |
download | mutator-5489e14c8ee8749327b49705bb605fb7e6e1d3e2.tar.gz mutator-5489e14c8ee8749327b49705bb605fb7e6e1d3e2.zip |
fixed a typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ You can follow Project `mutator` on twitter, @xashmith. ## mutator -`mutator is a suite of tools aimed at analysis and automation of C/C++ code development with thin client-server architectur written using the Clang front-end(LibTooling) as a stand-alone in C++. It consists of three(well so far) executables and a UI written in bash. You can run executables like any other CLI tool or just run them through the UI which again acts like a CLI tool. `mutator` also accepts action files that tell it what to do.<br/> +mutator is a suite of tools aimed at analysis and automation of C/C++ code development with thin client-server architectur written using the Clang front-end(LibTooling) as a stand-alone in C++. It consists of three(well so far) executables and a UI written in bash. You can run executables like any other CLI tool or just run them through the UI which again acts like a CLI tool. `mutator` also accepts action files that tell it what to do.<br/> <br/> **mutator-lvl0** will run the Misra-C checks.<br/> |