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

Commit f8e12463 authored by zhangjincheng's avatar zhangjincheng Committed by jincheng zhang
Browse files

audio: fix spelling mistakes



CommunicationRouteClient could not not unregistered to binder

Change-Id: Ib523c3128c51627201299e811123131f7d02dbcd
Signed-off-by: default avatarzhangjincheng <zhangjincheng@xiaomi.com>
parent c056bd22
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1787,7 +1787,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
            try {
            try {
                mCb.unlinkToDeath(this, 0);
                mCb.unlinkToDeath(this, 0);
            } catch (NoSuchElementException e) {
            } catch (NoSuchElementException e) {
                Log.w(TAG, "CommunicationRouteClient could not not unregistered to binder");
                Log.w(TAG, "CommunicationRouteClient could not unlink to " + mCb + " binder death");
            }
            }
        }
        }