summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-25 22:00:50 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-25 22:00:50 +0100
commit36774806da0f23897ff9c0b619bf17068d2213cd (patch)
tree0af8f49461d6087ce56396ed2aa0aba3f83d95ae /slideshow
parentf8adeb290048fbb5aa104997145d7a5a421efa2a (diff)
(a/A)utomaticaly -> (a/A)utomatically
Change-Id: Ice4327bdb8e5a14ef082f013fa513b2267f0fbf3
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx2
-rw-r--r--slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm2
-rw-r--r--slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
index 0e991645fda4..8a6ce801176e 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
@@ -368,7 +368,7 @@ public:
#endif
};
-// declare the static variables as some gcc versions have problems declaring them automaticaly
+// declare the static variables as some gcc versions have problems declaring them automatically
bool OGLTransitionerImpl::cbBrokenTexturesATI;
float OGLTransitionerImpl::cnGLVersion;
bool OGLTransitionerImpl::cbMesa;
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
index d48a8315cb17..d490396156fb 100644
--- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
+++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm
@@ -285,7 +285,7 @@ public:
#endif
};
-// declare the static variables as some gcc versions have problems declaring them automaticaly
+// declare the static variables as some gcc versions have problems declaring them automatically
/**/
bool OGLTransitionerImpl::cbBrokenTexturesATI;
diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx
index 36a96cba97cb..f24466b57e62 100644
--- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx
@@ -297,7 +297,7 @@ public:
#endif
};
-// declare the static variables as some gcc versions have problems declaring them automaticaly
+// declare the static variables as some gcc versions have problems declaring them automatically
bool OGLTransitionerImpl::cbBrokenTexturesATI;
float OGLTransitionerImpl::cnGLVersion;
bool OGLTransitionerImpl::cbMesa;