From a6094d662636e67b1515ad21e186041d8cf4cf26 Mon Sep 17 00:00:00 2001 From: Alige Date: Thu, 23 Oct 2014 18:50:19 +0300 Subject: Changed all the "cant" by "can't", and fixed few sentences to translate. --- src/utils/glxhelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp index a5fbbb596..3ec3375d1 100644 --- a/src/utils/glxhelper.cpp +++ b/src/utils/glxhelper.cpp @@ -52,14 +52,14 @@ void *GlxHelper::createContext(const unsigned long window, || isGLNull(mglXCreateContextAttribs) || isGLNull(mglXChooseFBConfig)) { - logger->log("Cant change context, functions in driver " + logger->log("Can't change context, functions in driver " "not implimented"); XSetErrorHandler(handler); return context; } if (!context) { - logger->log("Cant change context, because current " + logger->log("Can't change context, because current " "context not created"); XSetErrorHandler(handler); return context; -- cgit v1.2.3-60-g2f50