Skip to content

Commit

Permalink
CMFileManager: Fix Typo
Browse files Browse the repository at this point in the history
Change-Id: I0a52f9abede317d3beeac9937052d92c53972edd
  • Loading branch information
invisiblek committed Dec 11, 2012
1 parent f10777b commit 64aa1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/cyanogenmod/filemanager/util/ExceptionUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void run() {
}

//Audit the exception
Log.e(context.getClass().getSimpleName(), "Error dectected", ex); //$NON-NLS-1$
Log.e(context.getClass().getSimpleName(), "Error detected", ex); //$NON-NLS-1$

//Build the alert
final int fMsgResId = msgResId;
Expand Down

0 comments on commit 64aa1f4

Please sign in to comment.