summaryrefslogtreecommitdiff
blob: d548bdf20486ca8e248453de8d27386941c2f8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/example/mimx-ispell.c b/example/mimx-ispell.c
index daa244f..7507de8 100644
--- a/example/mimx-ispell.c
+++ b/example/mimx-ispell.c
@@ -166,7 +166,7 @@ ispell_word (MPlist *args)
     return add_action (actions, msymbol ("shift"), Msymbol, init_state);
 
   buf[nbytes] = '\0';
-  sprintf (command, "echo %s | ispell -a -m", (char *) buf);
+  sprintf (command, "echo %s | ispell-aspell -a -m", (char *) buf);
   ispell = popen (command, "r");
   if (! ispell)
     return add_action (actions, msymbol ("shift"), Msymbol, init_state);