فهرست منبع

Correct misspelling of "Service" in an error message

Signed-off-by: Travis Thieman <[email protected]>
Travis Thieman 10 سال پیش
والد
کامیت
f31d4c8a93
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compose/project.py

+ 1 - 1
compose/project.py

@@ -171,7 +171,7 @@ class Project(object):
                     try:
                         net = Container.from_id(self.client, net_name)
                     except APIError:
-                        raise ConfigurationError('Serivce "%s" is trying to use the network of "%s", which is not the name of a service or container.' % (service_dict['name'], net_name))
+                        raise ConfigurationError('Service "%s" is trying to use the network of "%s", which is not the name of a service or container.' % (service_dict['name'], net_name))
             else:
                 net = service_dict['net']