Fix error typo Window.AvailableRotations
authorSeungkeun Lee <sngn.lee@samsung.com>
Thu, 22 Sep 2016 00:13:43 +0000 (09:13 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Thu, 22 Sep 2016 00:14:29 +0000 (09:14 +0900)
Change-Id: I8d79c721c9c867ecefc68fe0ee58834bca767767

src/ElmSharp/ElmSharp/Window.cs

index 7f45245..efc239d 100644 (file)
@@ -89,7 +89,10 @@ namespace ElmSharp
             }
         }
 
-        public DisplayRotation AavailableRotations
+        [Obsolete("Sorry, it's error typo of AvailableRotations, please use AvailableRotations")]
+        public DisplayRotation AavailableRotations { get; set; }
+
+        public DisplayRotation AvailableRotations
         {
             get
             {