OSDN Git Service

Fix typo in comment.
authorKen Shirriff <kens@google.com>
Fri, 22 May 2009 20:01:40 +0000 (13:01 -0700)
committerKen Shirriff <kens@google.com>
Fri, 22 May 2009 20:01:40 +0000 (13:01 -0700)
samples/ApiDemos/src/com/example/android/apis/view/ProgressBar4.java

index ee396b3..86188f2 100644 (file)
@@ -26,7 +26,7 @@ import android.widget.Button;
 
 
 /**
- * Demonstrates how to use an indetermiate progress indicator in the window's title bar.
+ * Demonstrates how to use an indeterminate progress indicator in the window's title bar.
  */
 public class ProgressBar4 extends Activity {
     private boolean mToggleIndeterminate = false;