commit | 03412ba697ea4c5324b70978327f05e6ea9e22b6 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Jun 12 17:37:58 2015 +0000 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Jun 15 10:50:07 2015 +0000 |
tree | e45aa21f40c344e0e668639991a4004dd52dfdcf | |
parent | 162d5b276e1539b1acc44afcd4a4ccadcf99023a [diff] |
Fix typo in error message when the same file is in both srcs and hdrs. -- MOS_MIGRATED_REVID=95852647
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java b/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java index 90c9bdd..98048e4 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java +++ b/src/main/java/com/google/devtools/build/lib/rules/objc/CompilationSupport.java
@@ -102,7 +102,7 @@ @VisibleForTesting static final String FILE_IN_SRCS_AND_HDRS_ERROR_FORMAT = - "File '%s' is in both srcs in hdrs."; + "File '%s' is in both srcs and hdrs."; /** * Returns information about the given rule's compilation artifacts.