Merge "libbinder: fix typo" am: 343470b229 am: 3d44fc15fd am: 7b3f628d68

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1676152

Change-Id: I750a5c4cdd57faa9c24ac04231da3f1a80f57d3d
diff --git a/libs/binder/RpcState.cpp b/libs/binder/RpcState.cpp
index 9d597f9..d934136 100644
--- a/libs/binder/RpcState.cpp
+++ b/libs/binder/RpcState.cpp
@@ -40,7 +40,7 @@
         // 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;
     }