From 728ec86062c13c4994a15bf4bee810db7094c8bb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 18 Apr 2014 00:26:02 +0300 Subject: Typo: s/cant/can't/ Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca --- include/salhelper/singletonref.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/salhelper') diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx index a2bd33648092..a003e5e1f7c7 100644 --- a/include/salhelper/singletonref.hxx +++ b/include/salhelper/singletonref.hxx @@ -59,7 +59,7 @@ namespace salhelper{ Note further that this singleton pattern can work only, if all user of such singleton are located inside the same library! - Because static values cant be exported - e.g. from windows libraries. + Because static values can't be exported - e.g. from windows libraries. */ template< class SingletonClass > class SingletonRef -- cgit