mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
Spelling: comparisons
This commit is contained in:
parent
5a94b38e2f
commit
bf7fc66646
@ -143,7 +143,7 @@ public class CameraLauncher extends Plugin implements MediaScannerConnectionClie
|
|||||||
this.saveToPhotoAlbum = args.getBoolean(9);
|
this.saveToPhotoAlbum = args.getBoolean(9);
|
||||||
|
|
||||||
// If the user specifies a 0 or smaller width/height
|
// If the user specifies a 0 or smaller width/height
|
||||||
// make it -1 so later comparrisions succeed
|
// make it -1 so later comparisons succeed
|
||||||
if (this.targetWidth < 1) {
|
if (this.targetWidth < 1) {
|
||||||
this.targetWidth = -1;
|
this.targetWidth = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user