summaryrefslogtreecommitdiff
path: root/src/resources/openglimagehelper.cpp
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2014-10-23 18:50:19 +0300
committerAlige <aligetmw@hotmail.fr>2014-10-23 19:40:06 +0300
commita6094d662636e67b1515ad21e186041d8cf4cf26 (patch)
treefb43edb9c4b7c78e1dcfaf6bb733d384de214048 /src/resources/openglimagehelper.cpp
parentad2b88808e5beb50505ae10f52d0dca780378d0c (diff)
downloadplus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.gz
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.bz2
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.xz
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.zip
Changed all the "cant" by "can't", and fixed few sentences to translate.
Diffstat (limited to 'src/resources/openglimagehelper.cpp')
-rw-r--r--src/resources/openglimagehelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/openglimagehelper.cpp b/src/resources/openglimagehelper.cpp
index a51055842..295ad3e69 100644
--- a/src/resources/openglimagehelper.cpp
+++ b/src/resources/openglimagehelper.cpp
@@ -276,7 +276,7 @@ Image *OpenGLImageHelper::glLoad(SDL_Surface *tmpImage,
0, GL_RGBA, GL_UNSIGNED_BYTE, tmpImage->pixels);
#ifdef DEBUG_OPENGL
-// disabled for now, because debugger cant show it
+// disabled for now, because debugger can't show it
// if (isGLNotNull(mglLabelObject))
// {
// const char *const text = "image text";