From 789ac4a72a7400d4463cd479bd222516009c3538 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 2 Mar 2017 12:20:11 +0100 Subject: Prolog: fix a typo --- prolog/en.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': [ '''\ -

The variable [%=variable%] is used incorrectly. Pay particular attention to the following program ragments:

+

The variable [%=variable%] is used incorrectly. Pay particular attention to the following program fragments:

''', '''\ -- cgit v1.2.1