From 7a2bbefb1d95209a0e446ba118678334af22c091 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sun, 28 Dec 2008 05:36:37 +0100 Subject: [PATCH] typos --- src/proc/asset/struct.cpp | 4 +-- src/proc/mobject/session/defsmanager.hpp | 8 +++--- tests/40components.tests | 36 ++++++++++++------------ tests/42query.tests | 2 +- tests/lib/exceptionerrortest.cpp | 12 ++++---- tests/lib/query/queryutilstest.cpp | 26 ++++++++--------- tests/lib/testtargetobj.hpp | 4 +-- 7 files changed, 45 insertions(+), 47 deletions(-) diff --git a/src/proc/asset/struct.cpp b/src/proc/asset/struct.cpp index 1aecc48d1..71ffa995f 100644 --- a/src/proc/asset/struct.cpp +++ b/src/proc/asset/struct.cpp @@ -83,7 +83,7 @@ namespace asset /** Factory method for Structural Asset instances. * First tries to relove the asset by issuing an capability query. - * If unsuccessfull, use some internally specialized ctor call. + * If unsuccessful, use some internally specialised ctor call. * @todo work out the struct asset naming scheme! * @return an Struct smart ptr linked to the internally registered smart ptr * created as a side effect of calling the concrete Struct subclass ctor. @@ -109,7 +109,7 @@ namespace asset /** Factory method for creating Pipes explicitly. - * Normalizes pipe- and streamID, then retrieves the + * Normalises pipe- and streamID, then retrieves the * default processing pattern (ProcPatt) for this streamID. * The Pipe ctor will fill out the shortDesc and longDesc * automatically, based on pipeID and streamID (and they diff --git a/src/proc/mobject/session/defsmanager.hpp b/src/proc/mobject/session/defsmanager.hpp index 0a0a25aa8..a223a17e8 100644 --- a/src/proc/mobject/session/defsmanager.hpp +++ b/src/proc/mobject/session/defsmanager.hpp @@ -44,8 +44,8 @@ namespace mobject { /** - * Organize a collection of preconfigured default objects. - * For various kinds of objects we can tweek the default parametrisation + * Organise a collection of preconfigured default objects. + * For various kinds of objects we can tweak the default parametrisation * as part of the general session configuration. A ref to an instance of * this class is accessible through the current session and can be used * to fill in parts of the configuration of new objects, if the user @@ -88,10 +88,10 @@ namespace mobject { template P create (const lumiera::Query&); - /** register the given object as default, after ensuring it fulfills the + /** register the given object as default, after ensuring it fulfils the * query. The latter may cause some properties of the object to be set, * trigger creation of additional objects, and may fail altogether. - * @return true if query was successfull and object is registered as default + * @return true if query was successful and object is registered as default * @note only a weak ref to the object is stored */ template diff --git a/tests/40components.tests b/tests/40components.tests index ca079d7ef..a9bcad005 100644 --- a/tests/40components.tests +++ b/tests/40components.tests @@ -180,38 +180,38 @@ END TEST "Factory_test" Factory_test 5 <(i); - cout << format("ctor TargetObj(%i) successfull\n") % cnt_; + cout << format("ctor TargetObj(%i) successful\n") % cnt_; } @@ -82,7 +82,7 @@ namespace lumiera { delete heapData_; delete[] heapArray_; - cout << format("dtor ~TargetObj(%i) successfull\n") % cnt_; + cout << format("dtor ~TargetObj(%i) successful\n") % cnt_; }