[gnome-commander] noop: Fixes typo



commit adfe410a75d1f391c1fd16ee72a24544217dcc02
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Wed Mar 30 21:53:27 2016 +0200

    noop: Fixes typo

 src/gnome-cmd-con-device.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-con-device.cc b/src/gnome-cmd-con-device.cc
index a46b33e..6bbed25 100644
--- a/src/gnome-cmd-con-device.cc
+++ b/src/gnome-cmd-con-device.cc
@@ -129,7 +129,7 @@ static void do_mount_thread_func (GnomeCmdCon *con)
                     emsg = g_strdup (_("Mount failed: no medium found"));
                     break;
                 default:
-                    emsg = g_strdup_printf (_("Mount failed: mount exited with exitatus %d"), estatus);
+                    emsg = g_strdup_printf (_("Mount failed: mount exited with exitstatus %d"), estatus);
                     break;
             }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]