[SCM] gecko-mediaplayer/master: debian/patches: Add 0002-fix-spelling-error.patch

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Mon Jan 2 13:34:17 UTC 2012


The following commit has been merged in the master branch:
commit e93975b0df3ffb0a30dc854d3a4dbc07da1d3974
Author: Sebastian Ramacher <s.ramacher at gmx.at>
Date:   Mon Jan 2 14:33:03 2012 +0100

    debian/patches: Add 0002-fix-spelling-error.patch
    
    Fix spelling mistake in src/plugins.cpp

diff --git a/debian/patches/0002-fix-spelling-error.patch b/debian/patches/0002-fix-spelling-error.patch
new file mode 100644
index 0000000..619b716
--- /dev/null
+++ b/debian/patches/0002-fix-spelling-error.patch
@@ -0,0 +1,13 @@
+diff --git a/src/plugin.cpp b/src/plugin.cpp
+index cefa98c..b0aad31 100644
+--- a/src/plugin.cpp
++++ b/src/plugin.cpp
+@@ -987,7 +987,7 @@ int32 CPlugin::Write(NPStream * stream, int32 offset, int32 len, void *buffer)
+                 }
+                 if (item->bitrate > 0) {
+                     if (item->localsize / item->bitrate >= 10 && (percent >= 0.2)) {
+-                        printf("Setting to play becuase %i >= 10\n",
++                        printf("Setting to play because %i >= 10\n",
+                                item->localsize / item->bitrate);
+                         ok_to_play = TRUE;
+                         if (post_dom_events && this->id != NULL) {
diff --git a/debian/patches/series b/debian/patches/series
index 605d4d5..6056a82 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-nomozalloc.patch
+0002-fix-spelling-error.patch

-- 
gecko-mediaplayer packaging



More information about the pkg-multimedia-commits mailing list