Skip to content

Commit b373780

Browse files
committed
Fix spelling error
1 parent 4474aba commit b373780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velocitas_sdk/native/locator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_service_location(self, service_name: str) -> str:
3838
except KeyError:
3939
logger.warning(
4040
"""Can't find the service location for %s, make sure to set the
41-
necessary env variables for all depemdencies""",
41+
necessary env variables for all dependencies""",
4242
service_name,
4343
)
4444

0 commit comments

Comments
 (0)