From 4037e8d41fa28f5aeb4d91dc02aadc4629f017f3 Mon Sep 17 00:00:00 2001 From: Terrell Russell Date: Wed, 28 Oct 2015 12:12:33 -0400 Subject: [PATCH] comment typo fix --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8efc24dd02..01f71479e3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -381,7 +381,7 @@ cat >> project-config.jam << EOF # override this variable. libraries = $LIBS ; -# These settings are equivivalent to corresponding command-line +# These settings are equivalent to corresponding command-line # options. option.set prefix : $PREFIX ; option.set exec-prefix : $EPREFIX ;