From 94a7d22cb07a7b8ad5fc096058552a8958ae666e Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Mon, 27 Feb 2017 17:35:56 +0900
Subject: [PATCH] Fix typo: ENTORY -> ENTRY

---
 src/web/app/boot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/web/app/boot.js b/src/web/app/boot.js
index f546cd8176..50b806b94c 100644
--- a/src/web/app/boot.js
+++ b/src/web/app/boot.js
@@ -11,7 +11,7 @@ const mixins = require('./common/mixins');
 require('./common/tags');
 
 /**
- * MISSKEY ENTORY POINT!
+ * MISSKEY ENTRY POINT!
  */
 
 "use strict";