common BUGFIX typo in identity statement name
diff --git a/src/common.c b/src/common.c
index 655ac37..72a30dc 100644
--- a/src/common.c
+++ b/src/common.c
@@ -54,7 +54,7 @@
     [YANG_FEATURE] = "feature",
     [YANG_FRACTION_DIGITS] = "fraction-digits",
     [YANG_GROUPING] = "grouping",
-    [YANG_IDENTITY] = "identitiy",
+    [YANG_IDENTITY] = "identity",
     [YANG_IF_FEATURE] = "if-feature",
     [YANG_IMPORT] = "import",
     [YANG_INCLUDE] = "include",