[longomatch] Fix a typo
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix a typo
- Date: Wed, 24 Sep 2014 20:31:13 +0000 (UTC)
commit e4b108bdb25d571b619add59f81d7666c9dc491a
Author: Julien Moutte <julien fluendo com>
Date: Thu Sep 18 16:01:25 2014 +0200
Fix a typo
LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
index 4d061d9..eeae1a2 100644
--- a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
@@ -360,7 +360,7 @@ namespace LongoMatch.Gui
readyToSeek = false;
this.file = file;
try {
- Log.Debug ("Openning new file " + file.FilePath);
+ Log.Debug ("Opening new file " + file.FilePath);
player.Open (file.FilePath);
} catch (Exception ex) {
Log.Exception (ex);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]