am 4ac1ba61: fix typo in bash expression

Merge commit '4ac1ba61075190fa9ced594c85285beff6293184' into eclair

* commit '4ac1ba61075190fa9ced594c85285beff6293184':
  fix typo in bash expression
diff --git a/core/definitions.mk b/core/definitions.mk
index 49356a1..ccefafa 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -1591,7 +1591,7 @@
   if [ "$(3)" == "yaffs" ]; then \
     reservedblocks=5; \
   else \
-    reselvedblocks=0; \
+    reservedblocks=0; \
   fi; \
   twoblocks=$$((img_blocksize * 2)); \
   onepct=$$((((($(2) / 100) - 1) / img_blocksize + 1) * img_blocksize)); \