summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 83924b352c..3d6ff0da32 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4743,7 +4743,7 @@ readdir_core(
if (!ok)
{
failed = TRUE;
- smsg(_(e_notopen), path);
+ semsg(_(e_notopen), path);
}
else
{
@@ -4813,7 +4813,7 @@ readdir_core(
if (dirp == NULL)
{
failed = TRUE;
- smsg(_(e_notopen), path);
+ semsg(_(e_notopen), path);
}
else
{