[vlc-commits] Typo
Rémi Denis-Courmont
git at videolan.org
Mon Apr 16 17:26:51 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr 16 18:26:47 2012 +0300| [63e5e898dccbb9429ef9dac800d6c15fa14980c0] | committer: Rémi Denis-Courmont
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63e5e898dccbb9429ef9dac800d6c15fa14980c0
---
modules/control/rc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/rc.c b/modules/control/rc.c
index e1af748..3c33512 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -1346,7 +1346,7 @@ static int Playlist( vlc_object_t *p_this, char const *psz_cmd,
}
else
msg_rc( vlc_ngettext("Playlist has only %u element",
- "Playlsit has only %u elements", i_size),
+ "Playlist has only %u elements", i_size),
i_size );
PL_UNLOCK;
}
More information about the vlc-commits
mailing list