summaryrefslogtreecommitdiffstats
path: root/core/shared_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/shared_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/shared_library.mk')
-rw-r--r--core/shared_library.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/shared_library.mk b/core/shared_library.mk
index 122cd29..97442f7 100644
--- a/core/shared_library.mk
+++ b/core/shared_library.mk
@@ -17,7 +17,7 @@ ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),)
$(error $(LOCAL_PATH): Illegal use of OVERRIDE_BUILT_MODULE_PATH)
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
####################################################