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

Commit 8560216e authored by Yifan Hong's avatar Yifan Hong
Browse files

libbinder: fix typo

Test: none
Change-Id: I58416c64dc48be33d9ade207036b623640edc12f
parent 611202f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ status_t RpcState::onBinderLeaving(const sp<RpcConnection>& connection, const sp
        // We need to be able to send instructions over the socket for how to
        // connect to a different server, and we also need to let the host
        // process know that this is happening.
        ALOGE("Canot send binder from unrelated binder RPC connection.");
        ALOGE("Cannot send binder from unrelated binder RPC connection.");
        return INVALID_OPERATION;
    }