typo
diff --git a/pages/rsmv/index.js b/pages/rsmv/index.js
index 4d027ae..b314a34 100644
--- a/pages/rsmv/index.js
+++ b/pages/rsmv/index.js
@@ -86,7 +86,7 @@
     if(!ctx.query.code) {
         return {
             redirect: {
-                destination: '/rsmv/faliure',
+                destination: '/rsmv/failure',
                 permanent: true
             }
         }
@@ -96,7 +96,7 @@
     if (code.status != 200 ) {
         return {
             redirect: {
-                destination: '/rsmv/faliure',
+                destination: '/rsmv/failure',
                 permanent: true
             }
         }