[gnome-commander/gcmd-1-4] noop: Fixes typo
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-4] noop: Fixes typo
- Date: Wed, 30 Mar 2016 19:52:41 +0000 (UTC)
commit 02d32a2a87f6a83902ba533d827c30cea752b818
Author: Uwe Scholz <uwescholz src gnome org>
Date: Wed Mar 30 21:52:28 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 c2beb13..4fe7cfa 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]