summaryrefslogtreecommitdiff
path: root/_posts/2009-06-15-msysgit-key-setup.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2011-01-21 14:20:05 -0800
committertekkub <tekkub@gmail.com>2011-01-21 14:21:45 -0800
commit6f79640d94400948888773e0c0a0fee77de9aa69 (patch)
treedc8130b870cdbb284c1b9eda5097884d59178ec5 /_posts/2009-06-15-msysgit-key-setup.textile
parent25c4555104615f9db381ec8310b3d737714b2efb (diff)
Grammar nazis, again.
Diffstat (limited to '_posts/2009-06-15-msysgit-key-setup.textile')
-rw-r--r--_posts/2009-06-15-msysgit-key-setup.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-15-msysgit-key-setup.textile b/_posts/2009-06-15-msysgit-key-setup.textile
index bf93f81..45efa09 100644
--- a/_posts/2009-06-15-msysgit-key-setup.textile
+++ b/_posts/2009-06-15-msysgit-key-setup.textile
@@ -32,7 +32,7 @@ h2. Generating a key
p(. _If you have an existing keypair you wish to use, you can skip this step._
-Now that we're certain ssh won't use an existing key, it's time to generate a new keypair. Lets make an RSA keypair:
+Now that we're certain ssh won't use an existing key, it's time to generate a new keypair. Let's make an RSA keypair:
<pre class="terminal">$ ssh-keygen -t rsa -C "tekkub@gmail.com"
Generating public/private rsa key pair.