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

Commit 8936a55d authored by invisiblek's avatar invisiblek
Browse files

CMFileManager: Fix Typo

Change-Id: I159e434573698e5e437aa63783a233cb96046f46
parent 6bf70025
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;