[Notice] Announcing the End of Demo Server [Read me]
GwanYeong Kim 2018-08-28
yona: Fix a typo in comment
Signed-off-by: GwanYeong Kim 
@90bb2b1d6d581737d7b1b5de8a94fc75884b5591
conf/messages
--- conf/messages
+++ conf/messages
@@ -1080,7 +1080,7 @@
 viaEmail.error.email = We could not understand the address <{0}> in the recipient list. Which project do you want to send the email to?
 viaEmail.error.forbidden.or.notfound = The project which matches with the address <{0}> does not exist or is not allowed to access.
 viaEmail.help.bye = Best Regards,\n{0}
-viaEmail.help.description = You can send an email to Yona to post or comment an issue. For example, if you want to post an issue to {0} project, just send an email to <{1}>. And then, if someone reply the email which includes <{1}> in its recepient list, the new email will be added as a comment of the issue.
+viaEmail.help.description = You can send an email to Yona to post or comment an issue. For example, if you want to post an issue to {0} project, just send an email to <{1}>. And then, if someone reply the email which includes <{1}> in its recipient list, the new email will be added as a comment of the issue.
 viaEmail.help.errorMultiLine = {0} failed to process your email. The reasons are as follows:\n{1}
 viaEmail.help.errorSingleLine = {0} failed to process your email because {1}
 viaEmail.help.hello = Hello, {0}
conf/messages.ja-JP
--- conf/messages.ja-JP
+++ conf/messages.ja-JP
@@ -424,7 +424,7 @@
 pullRequest.diff.noChanges = There are no changes.
 pullRequest.duplicated = 両ブランチのコードがまったく同じです。ほかのブランチを選んでください
 pullRequest.event.closed = Closed
-pullRequest.event.commit = commited
+pullRequest.event.commit = Committed
 pullRequest.event.conflict = Conflicts
 pullRequest.event.merged = Merged
 pullRequest.event.message.closed = {0} closed a pull request.
docs/install-mariadb.md
--- docs/install-mariadb.md
+++ docs/install-mariadb.md
@@ -39,7 +39,7 @@
 ;
 ```
 
-Grant priviledges
+Grant privileges
 
 ```
 GRANT ALL ON yona.* to 'yona'@'localhost';
Add a comment
List