Spelling: after

This commit is contained in:
Josh Soref 2012-09-10 14:50:50 -04:00 committed by Simon MacDonald
parent ae3ba129ea
commit 4f5515fde3

View File

@ -762,7 +762,7 @@ public class CameraLauncher extends Plugin implements MediaScannerConnectionClie
try{
this.conn.scanFile(this.scanMe.toString(), "image/*");
} catch (java.lang.IllegalStateException e){
LOG.e(LOG_TAG, "Can't scan file in MediaScanner aftering taking picture");
LOG.e(LOG_TAG, "Can't scan file in MediaScanner after taking picture");
}
}