From 13df8c4bdd577a42abb031028a4aa512b4ef8e79 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 23 Sep 2005 10:26:52 +0000 Subject: [PATCH] Fix typo [SVN r31090] --- v2/doc/src/advanced.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/doc/src/advanced.xml b/v2/doc/src/advanced.xml index 76eb2466f..c8023d82b 100644 --- a/v2/doc/src/advanced.xml +++ b/v2/doc/src/advanced.xml @@ -1581,7 +1581,7 @@ unit-test helpers_test : helpers_test.cpp helpers ; The <warnings> feature controls warning level of compilers. It has the following values: - off - disables all warnigns. + off - disables all warnings. on - enables default warning level for the tool. all - enables all warnings.