specs/baseline.rbspec
changeset 31 2689201485d0
parent 30 c56583dd22c8
child 32 0872e75d5c5c
--- a/specs/baseline.rbspec	Fri Jun 03 00:47:35 2016 +0100
+++ b/specs/baseline.rbspec	Fri Jun 03 12:05:02 2016 +0100
@@ -37,7 +37,7 @@
     # use different usernames based on the machine being connected to. 
     # Therefore we have to embed the username in repository URI. 
     # Since my (JV's) username on a local machine is different then
-    # the one on Mercurial server, translate it here ti make it simple. 
+    # the one on Mercurial server, translate it here to make it simple. 
     user = ENV['USER'] || ENV['USERNAME'] 
     user = 'vranyj1' if user == 'jv'
     url "ssh://#{user}@192.168.12.2//hg"