diff options
-rw-r--r-- | cpp/INSTALL.LINUX | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/INSTALL.LINUX b/cpp/INSTALL.LINUX index d6814c70fbb..436d77890d1 100644 --- a/cpp/INSTALL.LINUX +++ b/cpp/INSTALL.LINUX @@ -110,5 +110,5 @@ available as "python2", in which case you must use: $ python2 allTests.py -If everything worked out well, you should see lots of "ok". In case of -a failure, the tests abort with "failed". +If everything worked out, you should see lots of "ok". In case of a +failure, the tests abort with "failed". |