summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp/EcoreAnimator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/ElmSharp/EcoreAnimator.cs')
-rwxr-xr-xElmSharp/ElmSharp/EcoreAnimator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/EcoreAnimator.cs b/ElmSharp/ElmSharp/EcoreAnimator.cs
index a6b7992..64a548d 100755
--- a/ElmSharp/ElmSharp/EcoreAnimator.cs
+++ b/ElmSharp/ElmSharp/EcoreAnimator.cs
@@ -49,7 +49,7 @@ namespace ElmSharp
/// </summary>
/// <param name="handler">The function to call when it ticks off</param>
/// <returns>A handle to the new animator</returns>
- public static IntPtr AddAmimator(Func<bool> handler)
+ public static IntPtr AddAnimator(Func<bool> handler)
{
int id = RegistHandler(handler);
return Interop.Ecore.ecore_animator_add(_nativeHandler, (IntPtr)id);