diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-25 22:00:50 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-25 22:00:50 +0100 |
commit | 36774806da0f23897ff9c0b619bf17068d2213cd (patch) | |
tree | 0af8f49461d6087ce56396ed2aa0aba3f83d95ae /slideshow | |
parent | f8adeb290048fbb5aa104997145d7a5a421efa2a (diff) |
(a/A)utomaticaly -> (a/A)utomatically
Change-Id: Ice4327bdb8e5a14ef082f013fa513b2267f0fbf3
Diffstat (limited to 'slideshow')
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; |