We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4474aba commit b373780Copy full SHA for b373780
velocitas_sdk/native/locator.py
@@ -38,7 +38,7 @@ def get_service_location(self, service_name: str) -> str:
38
except KeyError:
39
logger.warning(
40
"""Can't find the service location for %s, make sure to set the
41
- necessary env variables for all depemdencies""",
+ necessary env variables for all dependencies""",
42
service_name,
43
)
44
0 commit comments