aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-13 15:57:35 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-13 15:57:35 -0400
commit9f1589cffc345cf5a4fda108670bd7f5debfa572 (patch)
tree84c027cd4bcb8a1bddf2b74d572c3c8af33d30c2 /README.md
parentee9540b03918b6e51a21eb1642e6277e79a7e877 (diff)
Fix typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 570c404..6869b9d 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ Advice to distributors
A note on compiler flags: Mosh is security-sensitive code. When making
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
-Werror. Please report a bug if it doesn't.