summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoCamera.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/VideoCamera.java')
-rw-r--r--src/com/android/camera/VideoCamera.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java
index 6988b51..9aa72af 100644
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -712,8 +712,8 @@ public class VideoCamera extends Activity implements View.OnClickListener,
return;
}
- // The mCameraDevice will be null if it is fail to connect to the
- // camera hardware. In this case we will show a dialog and then
+ // The mCameraDevice will be null if it is fail to connect to the
+ // camera hardware. In this case we will show a dialog and then
// finish the activity, so it's OK to ignore it.
if (mCameraDevice == null) return;