Fix some typo in provider.py and events.md

TrivalFix

Change-Id: Ie92b32eee8a602c953538a3d8418312120de9c82
This commit is contained in:
gecong1973 2016-09-27 16:51:12 +08:00
parent a4c49fab02
commit 181244e86c
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ configuration management executed on resource, and changes were found,
both ansible and puppet is able to know if there were any changes
2. failed, error
error - corresponds to problems in infrastructure, and probably cant be remediated in any way
error - corresponds to problems in infrastructure, and probably can't be remediated in any way
failed - process of configuring resource failed
Does it make sense to create such separation?

View File

@ -136,7 +136,7 @@ class RemoteZipProvider(BaseProvider):
class SVNProvider(BaseProvider):
"""With git you cant checkout only directory from repo,
"""With git you can't checkout only directory from repo,
but with svn you can
"""