aboutsummaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
Diffstat (limited to 'dpi')
-rw-r--r--dpi/bookmarks.c4
-rw-r--r--dpi/ftp.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/dpi/bookmarks.c b/dpi/bookmarks.c
index afa70814..648b5f82 100644
--- a/dpi/bookmarks.c
+++ b/dpi/bookmarks.c
@@ -698,7 +698,7 @@ static void Bms_check_import(void)
if (rc == 127) {
MSG("Bookmarks: /bin/sh could not be executed\n");
} else if (rc == -1) {
- MSG("Bookmarks: process creation failure: %s\n",
+ MSG("Bookmarks: process creation failure: %s\n",
dStrerror(errno));
}
dStr_sprintf(dstr, cmd2, OldBmFile, BmFile);
@@ -706,7 +706,7 @@ static void Bms_check_import(void)
if (rc == 127) {
MSG("Bookmarks: /bin/sh could not be executed\n");
} else if (rc == -1) {
- MSG("Bookmarks: process creation failure: %s\n",
+ MSG("Bookmarks: process creation failure: %s\n",
dStrerror(errno));
}
diff --git a/dpi/ftp.c b/dpi/ftp.c
index 7fff72ca..8c2eda15 100644
--- a/dpi/ftp.c
+++ b/dpi/ftp.c
@@ -279,7 +279,7 @@ int main(int argc, char **argv)
/* wget may need to write a temporary file... */
rc = chdir("/tmp");
if (rc == -1) {
- MSG("paths: error changing directory to /tmp: %s\n",
+ MSG("paths: error changing directory to /tmp: %s\n",
dStrerror(errno));
}