From 9003c6f7c564e586cd118034069ec3cd1546cc15 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 2 Feb 2012 23:04:38 +0000 Subject: [PATCH] Fix a couple of typos in messages. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9401 cda61777-01e9-0310-a592-d414129be87e --- solo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solo.c b/solo.c index 052ebef..766adde 100644 --- a/solo.c +++ b/solo.c @@ -2402,7 +2402,7 @@ static void solver(int cr, struct block_structure *blocks, scratch->indexlist[i*cr+n-1] = cubepos2(diag1(i), n); ret = solver_set(usage, scratch, scratch->indexlist #ifdef STANDALONE_SOLVER - , "set elimination, \\-diagonal" + , "set elimination, /-diagonal" #endif ); if (ret < 0) { @@ -5578,7 +5578,7 @@ int main(int argc, char **argv) dlev.diff==DIFF_IMPOSSIBLE ? "Impossible (no solution exists)": "INTERNAL ERROR: unrecognised difficulty code"); if (p->killer) - printf("Killer diffculty: %s\n", + printf("Killer difficulty: %s\n", dlev.kdiff==DIFF_KSINGLE ? "Trivial (single square cages only)": dlev.kdiff==DIFF_KMINMAX ? "Simple (maximum sum analysis required)": dlev.kdiff==DIFF_KSUMS ? "Intermediate (sum possibilities)": -- 2.11.0