Spelling: comparisons

This commit is contained in:
Josh Soref 2012-09-10 15:00:03 -04:00 committed by Simon MacDonald
parent 5a94b38e2f
commit bf7fc66646

View File

@ -143,7 +143,7 @@ public class CameraLauncher extends Plugin implements MediaScannerConnectionClie
this.saveToPhotoAlbum = args.getBoolean(9);
// 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) {
this.targetWidth = -1;
}