From a092eff6d12e6dff5ecba3deb63820a7735ad4b9 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 08:40:25 +0100 Subject: typo in comment --- common/clientapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/clientapi.h b/common/clientapi.h index 88cdfcb..7f01587 100644 --- a/common/clientapi.h +++ b/common/clientapi.h @@ -327,7 +327,7 @@ public: * Allows the registrar to register a specific instance. * * Primarily for testing. - * The facade factory takes ovnership of the poniter and typically deletes the instance via shared pointer. + * The facade factory takes ovnership of the pointer and typically deletes the instance via shared pointer. * Supplied factory functions should therefore always return a new pointer (i.e. via clone()) * * FIXME the factory function should really be returning QSharedPointer, which doesn't work (std::shared_pointer would though). That way i.e. a test could keep the object alive until it's done. -- cgit v1.2.3