You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/10/05 07:38:02 UTC

[12/22] libcloud git commit: Correct word usage.

Correct word usage.

Past tense of scrape is scraped; not scrapped.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6a256c86
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6a256c86
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6a256c86

Branch: refs/heads/trunk
Commit: 6a256c86bbfb020ff4f0172e59ae079321f1959d
Parents: db50a7f
Author: Mike Putnam <mi...@theputnams.net>
Authored: Mon Oct 3 22:14:59 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 18:37:02 2016 +1100

----------------------------------------------------------------------
 docs/compute/pricing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6a256c86/docs/compute/pricing.rst
----------------------------------------------------------------------
diff --git a/docs/compute/pricing.rst b/docs/compute/pricing.rst
index b0c7273..6050670 100644
--- a/docs/compute/pricing.rst
+++ b/docs/compute/pricing.rst
@@ -29,10 +29,10 @@ Where does the Libcloud pricing data come from?
 -----------------------------------------------
 
 Most of the providers don't provide pricing information via the API which means
-most of the pricing information is scrapped directly from the provider
+most of the pricing information is scraped directly from the provider
 websites.
 
-Pricing data which is scrapped from the provider websites is located in a
+Pricing data which is scraped from the provider websites is located in a
 JSON file (``data/pricing.json``) which is bundled with each release. This
 pricing data is only updated once you install a new release which means it
 could be out of date.