Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64aa1f4c authored by invisiblek's avatar invisiblek
Browse files

CMFileManager: Fix Typo

Change-Id: I0a52f9abede317d3beeac9937052d92c53972edd
parent f10777b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ public final class ExceptionUtil {
        }

        //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;