shithub: puzzles

Download patch

ref: 2fb2774fcdd207a092b065faf10f081294c88f90
parent: 75335f199ea5fbc7b1af890473ec98dc340c2ae8
author: Jonas Kölker <jonaskoelker@yahoo.com>
date: Mon Oct 5 08:19:47 EDT 2015

Fix a typo in a Bridges error message.

'contain_ER_s' becomes 'contains'.

--- a/bridges.c
+++ b/bridges.c
@@ -2029,7 +2029,7 @@
         else if (!*desc)
             return "Game description shorter than expected";
         else
-            return "Game description containers unexpected character";
+            return "Game description contains unexpected character";
         desc++;
     }
     if (*desc || i > wh)