Fix typo

Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/4b1496a6
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/4b1496a6
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/4b1496a6

Branch: refs/heads/master
Commit: 4b1496a6ad4eda60fc6d967857cd89f26aaf8975
Parents: e6539ba
Author: Ignasi Barrera <[email protected]>
Authored: Thu Jan 11 16:56:23 2018 +0100
Committer: Ignasi Barrera <[email protected]>
Committed: Tue Jan 16 11:42:20 2018 +0100

----------------------------------------------------------------------
 _posts/2018-01-11-keystone-v3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4b1496a6/_posts/2018-01-11-keystone-v3.md
----------------------------------------------------------------------
diff --git a/_posts/2018-01-11-keystone-v3.md b/_posts/2018-01-11-keystone-v3.md
index 1429499..6474ba4 100644
--- a/_posts/2018-01-11-keystone-v3.md
+++ b/_posts/2018-01-11-keystone-v3.md
@@ -50,7 +50,7 @@ By default, jclouds uses **password authentication with 
unscoped authorization**
 Properties overrides = new Properties();
 // Project scoped authorization (must use the proejct ID)
 overrides.put(KeystoneProperties.SCOPE, 
"project:2f9b30f706bc45d7923e055567be2e98");
-// Domain scoped authorization (cna use the domain name or the ID)
+// Domain scoped authorization (can use the domain name or the ID)
 overrides.put(KeystoneProperties.SCOPE, "domain:default");
 overrides.put(KeystoneProperties.SCOPE, 
"domainId:2f9b30f706bc45d7923e055567be2e98");
 {% endhighlight %}

Reply via email to