[Android] Fix typo
Alexandre Perraud
git at videolan.org
Thu Nov 14 16:53:19 CET 2013
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Thu Nov 14 16:53:09 2013 +0100| [6e9c272a1b4877e2844bdeaccb75d4bc4c8ba93e] | committer: Jean-Baptiste Kempf
Fix typo
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6e9c272a1b4877e2844bdeaccb75d4bc4c8ba93e
---
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
index d605800..288e73d 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
@@ -1522,7 +1522,7 @@ public class VideoPlayerActivity extends Activity implements IVideoPlayer {
Log.d(TAG, "Continuing playback from AudioService at index " + itemPosition);
savedIndexPosition = itemPosition;
if(!mLibVLC.isPlaying()) {
- // AudioService-transitioned playback for item after sleep and resme
+ // AudioService-transitioned playback for item after sleep and resume
mLibVLC.playIndex(savedIndexPosition);
dontParse = false;
}
More information about the Android
mailing list