aboutsummaryrefslogtreecommitdiff
path: root/solo.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2012-02-02 23:04:38 +0000
committerSimon Tatham <anakin@pobox.com>2012-02-02 23:04:38 +0000
commite3b21ef6c55ceae4eb3b6884dad6e9043ddbeaeb (patch)
tree5cef8184e1f82235118c9b6df92c03c602b67f50 /solo.c
parent340c300c1dd38f3a5efe4d03bea27973aa71c563 (diff)
downloadpuzzles-e3b21ef6c55ceae4eb3b6884dad6e9043ddbeaeb.zip
puzzles-e3b21ef6c55ceae4eb3b6884dad6e9043ddbeaeb.tar.gz
puzzles-e3b21ef6c55ceae4eb3b6884dad6e9043ddbeaeb.tar.bz2
puzzles-e3b21ef6c55ceae4eb3b6884dad6e9043ddbeaeb.tar.xz
Fix a couple of typos in messages.
[originally from svn r9401]
Diffstat (limited to 'solo.c')
-rw-r--r--solo.c4
1 files 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)":