Fix typo in README.md

This commit is contained in:
Keith Winstein
2012-03-13 15:57:35 -04:00
parent ee9540b039
commit 9f1589cffc
+1 -1
View File
@@ -142,7 +142,7 @@ Advice to distributors
A note on compiler flags: Mosh is security-sensitive code. When making A note on compiler flags: Mosh is security-sensitive code. When making
automated builds for a binary package, we recommend passing the option automated builds for a binary package, we recommend passing the option
`--enable-compiler-warnings=error` to ./configure. On GNU/Linux with `--enable-compile-warnings=error` to ./configure. On GNU/Linux with
gcc and a system boost, the package should compile cleanly with gcc and a system boost, the package should compile cleanly with
-Werror. Please report a bug if it doesn't. -Werror. Please report a bug if it doesn't.