Skip to content

Commit

Permalink
Merge pull request #2 from 2dook/patch-1
Browse files Browse the repository at this point in the history
fixed typos
  • Loading branch information
Thunder07 committed Jan 14, 2018
2 parents ce3f6c5 + cd1bed6 commit 77e11cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainApp.cpp
Expand Up @@ -27,8 +27,8 @@ void MainApp::loop(int argc, const char **argv)
}
else
{
std::cout << "Invalid PUP image provideded" << std::endl
<< "Please ensure the image was decypted first." <<std::endl;
std::cout << "Invalid PUP image provided." << std::endl
<< "Please ensure the image was decrypted first." <<std::endl;
PrintUsage();
}
}
Expand Down

0 comments on commit 77e11cc

Please sign in to comment.