diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-03-02 12:20:11 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-03-02 12:20:11 +0100 |
commit | 789ac4a72a7400d4463cd479bd222516009c3538 (patch) | |
tree | 49d054a7e62e6da7f7ee13a96caa3a00da1561d4 | |
parent | 92c49ac708e04e545da6e7aafe91cac8f223f475 (diff) |
Prolog: fix a typo
-rw-r--r-- | prolog/en.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/en.py b/prolog/en.py index f31eab4..8b0a1a1 100644 --- a/prolog/en.py +++ b/prolog/en.py @@ -47,7 +47,7 @@ hint = { 'monkey_buggy_variable': [ '''\ -<p>The variable <code>[%=variable%]</code> is used incorrectly. Pay particular attention to the following program ragments:</p> +<p>The variable <code>[%=variable%]</code> is used incorrectly. Pay particular attention to the following program fragments:</p> <ul class="code" style="list-style: square inside; padding-left: 2em;">[%=fragments%]</ul> ''', '''\ |