From 181244e86c4860d717443768067b4ebcfab3db16 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Tue, 27 Sep 2016 16:51:12 +0800 Subject: [PATCH] Fix some typo in provider.py and events.md TrivalFix Change-Id: Ie92b32eee8a602c953538a3d8418312120de9c82 --- doc/events.md | 2 +- solar/core/provider.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 """