[Notice] Announcing the End of Demo Server [Read me]
Merge pull request #444 from gy741/fix-typo
Reviewed-by: Suwon Chae
@69a157691e83a3f64f0fdf713ea1d49692f6155b
--- conf/messages
+++ conf/messages
... | ... | @@ -1080,7 +1080,7 @@ |
1080 | 1080 |
viaEmail.error.email = We could not understand the address <{0}> in the recipient list. Which project do you want to send the email to? |
1081 | 1081 |
viaEmail.error.forbidden.or.notfound = The project which matches with the address <{0}> does not exist or is not allowed to access. |
1082 | 1082 |
viaEmail.help.bye = Best Regards,\n{0} |
1083 |
-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. |
|
1083 |
+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. |
|
1084 | 1084 |
viaEmail.help.errorMultiLine = {0} failed to process your email. The reasons are as follows:\n{1} |
1085 | 1085 |
viaEmail.help.errorSingleLine = {0} failed to process your email because {1} |
1086 | 1086 |
viaEmail.help.hello = Hello, {0} |
--- conf/messages.ja-JP
+++ conf/messages.ja-JP
... | ... | @@ -424,7 +424,7 @@ |
424 | 424 |
pullRequest.diff.noChanges = There are no changes. |
425 | 425 |
pullRequest.duplicated = 両ブランチのコードがまったく同じです。ほかのブランチを選んでください |
426 | 426 |
pullRequest.event.closed = Closed |
427 |
-pullRequest.event.commit = commited |
|
427 |
+pullRequest.event.commit = Committed |
|
428 | 428 |
pullRequest.event.conflict = Conflicts |
429 | 429 |
pullRequest.event.merged = Merged |
430 | 430 |
pullRequest.event.message.closed = {0} closed a pull request. |
--- docs/install-mariadb.md
+++ docs/install-mariadb.md
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 |
; |
40 | 40 |
``` |
41 | 41 |
|
42 |
-Grant priviledges |
|
42 |
+Grant privileges |
|
43 | 43 |
|
44 | 44 |
``` |
45 | 45 |
GRANT ALL ON yona.* to 'yona'@'localhost'; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?