Merge pull request #18 from Sunnywout/patch-1

Edited messages, made them correct English and fixed spelling
pull/40/head
Matchman Green 2012-05-11 18:22:08 -07:00
commit 155f4dae77
1 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ namespace gr
}
catch ( std::runtime_error& e )
{
throw ConfigError( std::string("cannot open config file ") + e.what() ) ;
throw ConfigError( std::string("Cannot open config file ") + e.what() ) ;
}
}
@ -95,13 +95,13 @@ int main( int argc, char **argv )
{
std::cout
<< "-----------------------\n"
<< "Please go to this URL and get an authenication code:\n\n"
<< "Please go to this URL and get an authentication code:\n\n"
<< OAuth2::MakeAuthURL( client_id )
<< std::endl ;
std::cout
<< "\n-----------------------\n"
<< "Please input the authenication code here" << std::endl ;
<< "Please input the authentication code here: " << std::endl ;
std::string code ;
std::cin >> code ;