diff --git a/doc/events.md b/doc/events.md index e93a35fb..4e24b99a 100644 --- a/doc/events.md +++ b/doc/events.md @@ -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? diff --git a/solar/core/provider.py b/solar/core/provider.py index 2c44071d..90e69438 100644 --- a/solar/core/provider.py +++ b/solar/core/provider.py @@ -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 """