]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed typo
authorJohannes Willnecker <johannes@willnecker.com>
Thu, 5 Jul 2012 19:35:36 +0000 (21:35 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 10 Jul 2012 14:58:37 +0000 (16:58 +0200)
lib/image.php

index 1d4d63707f38fddae938317aebd009afc326e775..01e843d831640f60824338b2b2ca6b34056664f8 100644 (file)
@@ -291,7 +291,7 @@ class OC_Image {
        * @returns bool.
        */
        public function fixOrientation() {
-               $o = $this->getOrienation();
+               $o = $this->getOrientation();
                OC_Log::write('core','OC_Image->fixOrientation() Orientation: '.$o, OC_Log::DEBUG);
                $rotate = 0;
                $flip = false;