summaryrefslogtreecommitdiff
path: root/pico/osdep/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/osdep/spell.c')
-rw-r--r--pico/osdep/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/osdep/spell.c b/pico/osdep/spell.c
index f05446b4..0ff6ed8c 100644
--- a/pico/osdep/spell.c
+++ b/pico/osdep/spell.c
@@ -142,7 +142,7 @@ spell(int f, int n)
if(ret != FIOSUC){
eml.s = sp;
- emlwrite(_("\007Spell-checking file \"%s\" not found"), &eml);
+ emlwwrite(_("Spell-checking file \"%s\" not found"), &eml);
return(-1);
}