lib/sredder/wrike_auth.rb in sredder-0.0.2 vs lib/sredder/wrike_auth.rb in sredder-0.0.4

- old
+ new

@@ -24,12 +24,12 @@ @sredderc.load end def run_oauth_procedure @request_token = consumer.get_request_token - puts 'Sredder is about to open your browser too complete the oauth protocol.' - puts 'Please return to the terminal after you athenticate with write.' + puts 'Sredder is about to open your browser to complete the oauth protocol.' + puts 'Please return to the terminal after you authenticate with Wrike.' Util.wait_for_input `open #{@request_token.authorize_url}` @@ -69,6 +69,6 @@ sredderc.save end end -end \ No newline at end of file +end