From 9f1589cffc345cf5a4fda108670bd7f5debfa572 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Tue, 13 Mar 2012 15:57:35 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.