diff --git a/src/gmnlm.c b/src/gmnlm.c
index 3bd2ea9a9b70cc33f6fc5b330234c17a974f80f5..c5b778095021a7592fce5c7e4a83c70be822790e 100644
--- a/src/gmnlm.c
+++ b/src/gmnlm.c
@@ -246,7 +246,7 @@ fclose(fi);
fclose(fo);
free(line);
if ( rename(tempfile, path) != 0) {
- fprintf(browser->tty, "Failed to udpate bookmarks: %s\n", strerror(errno));
+ fprintf(browser->tty, "Failed to update bookmarks: %s\n", strerror(errno));
}
}