fix(app_builder.h): fixing a typo in an error message

This commit is contained in:
Scott Morrison 2017-01-03 21:22:14 +11:00 committed by Leonardo de Moura
parent d9eab0cb19
commit a85e89f555

View file

@ -17,7 +17,7 @@ class app_builder_exception : public exception {
public:
// We may provide more information in the future.
app_builder_exception():
exception("app_builder_exception, more information can be obtained using commad "
exception("app_builder_exception, more information can be obtained using command "
"`set_option trace.app_builder true`") {}
};