Fix a typo in neutron/services/trunk/rules.py

busines -> business

TrivialFix
Change-Id: I54f48dff5f52cae9777a009c8fb0f6d61181fc0e
This commit is contained in:
Takashi NATSUME 2016-07-25 16:37:59 +09:00
parent ee42af1011
commit 50ebf816ee
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from neutron.objects import trunk as trunk_objects
from neutron.services.trunk import exceptions as trunk_exc
# This layer is introduced for keeping busines logic and
# This layer is introduced for keeping business logic and
# data persistence decoupled.