Skip to content

Commit c5dcbd3

Browse files
authored
fix: fix a typo in apollo_package.bzl (#15180)
1 parent 0cdf9f4 commit c5dcbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/apollo_package.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def apollo_component(**kwargs):
334334
if not kwargs["name"].startswith("lib") or not kwargs["name"].endswith(".so"):
335335
fail("name must start with 'lib' and end with '.so'")
336336
if "alwayslink" in kwargs:
337-
fail("'apollo_component' macro has not 'alwayslink' attrbute")
337+
fail("'apollo_component' macro has not 'alwayslink' attribute")
338338

339339
internal_lib_name = "{}_lib".format(kwargs["name"][3: len(kwargs["name"])-3])
340340

0 commit comments

Comments
 (0)