From e0d5535b7aafb250c62e5e56e76754d6cd2ac0d7 Mon Sep 17 00:00:00 2001 From: Christopher Baker Date: Mon, 1 Dec 2014 12:39:02 -0600 Subject: [PATCH] Fixed small documentation typo `onr` to `one`. --- Foundation/include/Poco/AbstractEvent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/include/Poco/AbstractEvent.h b/Foundation/include/Poco/AbstractEvent.h index 88169fa43..886df0e66 100644 --- a/Foundation/include/Poco/AbstractEvent.h +++ b/Foundation/include/Poco/AbstractEvent.h @@ -54,7 +54,7 @@ class AbstractEvent /// only. /// /// BasicEvent works with a standard delegate. They allow one object to register - /// onr or more delegates with an event. In contrast, a PriorityDelegate comes with an attached priority value + /// one or more delegates with an event. In contrast, a PriorityDelegate comes with an attached priority value /// and allows one object to register for one priority value one or more delegates. Note that PriorityDelegates /// only work with PriorityEvents: ///