diff options
-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> ''', '''\ |