[Android] src: typo
    Edward Wang 
    git at videolan.org
       
    Fri Nov 23 05:44:21 CET 2012
    
    
  
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Thu Nov 22 23:00:25 2012 -0500| [32eb2bff5041c8d5bc163173524bde49e7bb8794] | committer: Edward Wang
src: typo
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=32eb2bff5041c8d5bc163173524bde49e7bb8794
---
 vlc-android/src/org/videolan/vlc/LibVLC.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/src/org/videolan/vlc/LibVLC.java b/vlc-android/src/org/videolan/vlc/LibVLC.java
index 723c198..9a2d727 100644
--- a/vlc-android/src/org/videolan/vlc/LibVLC.java
+++ b/vlc-android/src/org/videolan/vlc/LibVLC.java
@@ -396,7 +396,7 @@ public class LibVLC {
     public native int getVolume();
 
     /**
-     * Gets volume as integer
+     * Sets volume as integer
      * @param volume: Volume level passed as integer
      */
     public native int setVolume(int volume);
    
    
More information about the Android
mailing list