summaryrefslogtreecommitdiffstats
path: root/core/host_static_library.mk
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2012-10-01 16:36:23 -0700
committerIan Rogers <irogers@google.com>2012-10-01 16:36:23 -0700
commit76a6dc3a191e8800211eb49398d37deae731094e (patch)
tree50277a407a947a09980d6fb497dc5b27b88597e2 /core/host_static_library.mk
parent9eb2e010726039a9f38dc9dfda16487ba8a47eca (diff)
downloadbuild-76a6dc3a191e8800211eb49398d37deae731094e.zip
build-76a6dc3a191e8800211eb49398d37deae731094e.tar.gz
build-76a6dc3a191e8800211eb49398d37deae731094e.tar.bz2
Fix common typo in comments, warning and error messages.
s/can not/cannot/g Change-Id: I1bac31157732666deb46f6f20389ff539977ffb9
Diffstat (limited to 'core/host_static_library.mk')
-rw-r--r--core/host_static_library.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/host_static_library.mk b/core/host_static_library.mk
index b04291b..a533cf5 100644
--- a/core/host_static_library.mk
+++ b/core/host_static_library.mk
@@ -14,7 +14,7 @@ ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
LOCAL_MODULE_SUFFIX := .a
endif
ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
-$(error $(LOCAL_PATH): Can not set module stem for a library)
+$(error $(LOCAL_PATH): Cannot set module stem for a library)
endif
LOCAL_UNINSTALLABLE_MODULE := true