From a6c6b5dd82cab6ec0f9c82cc9ee691147d66fc9c Mon Sep 17 00:00:00 2001 From: mat007 Date: Fri, 7 Feb 2014 14:26:11 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@706 860be788-9bd5-4423-9f1e-828f051e677b --- build/boost/doc/reference.qbk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/boost/doc/reference.qbk b/build/boost/doc/reference.qbk index ed2b7d1..ba21c66 100644 --- a/build/boost/doc/reference.qbk +++ b/build/boost/doc/reference.qbk @@ -90,7 +90,7 @@ Synopsis : [note If the identifier is omitted it will default to the method name.] -[note If the method name is not ambiguous both the signature and the identifier can be ommitted in the context of a derived MOCK_BASE_CLASS or base_type typedef.] +[note If the method name is not ambiguous both the signature and the identifier can be omitted in the context of a derived MOCK_BASE_CLASS or base_type typedef.] [note The signature must be surrounded with round parenthesis if the return type contains a comma.] @@ -150,7 +150,7 @@ Synopsis : [note A static object is used behind the scene in order to keep track of the expectations of a mock static method, therefore to ensure all tests run in isolation it is strongly suggested to manually [link turtle.reference.verification verify] and [link turtle.reference.reset reset] the static method at the end of each test.] -[warning For compilers without support for variadic macros the identifier cannot be ommitted and must be given explicitly.] +[warning For compilers without support for variadic macros the identifier cannot be omitted and must be given explicitly.] Example : @@ -244,7 +244,7 @@ Synopsis : [note A static object is used behind the scene in order to keep track of the expectations of a mock function, therefore to ensure all tests run in isolation it is strongly suggested to manually [link turtle.reference.verification verify] and [link turtle.reference.reset reset] the mock function at the end of each test.] -[warning For compilers without support for variadic macros the identifier cannot be ommitted and must be given explicitly.] +[warning For compilers without support for variadic macros the identifier cannot be omitted and must be given explicitly.] Example :