diff --git a/lib/image.php b/lib/image.php
index 1d4d63707f38fddae938317aebd009afc326e775..01e843d831640f60824338b2b2ca6b34056664f8 100644
--- a/lib/image.php
+++ b/lib/image.php
@@ -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;