Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Jul 17, 2024
1 parent 4474aba commit b373780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velocitas_sdk/native/locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_service_location(self, service_name: str) -> str:
except KeyError:
logger.warning(
"""Can't find the service location for %s, make sure to set the
necessary env variables for all depemdencies""",
necessary env variables for all dependencies""",
service_name,
)

Expand Down

0 comments on commit b373780

Please sign in to comment.