Skip to content

Commit

Permalink
SimpleShell.hpp: Solve typos
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 17, 2017
1 parent ebc32a2 commit bfa0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DroneShell/include/SimpleShell.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ class SimpleShell {
}
catch(...) {
// catch any other errors (that we have no information about)
std::cerr << "Non-standard exception occured" << std::endl;
std::cerr << "Non-standard exception occurred" << std::endl;
}

return false;
Expand Down

0 comments on commit bfa0bf4

Please sign in to comment.