fix(app_builder.h): fixing a typo in an error message
This commit is contained in:
parent
d9eab0cb19
commit
a85e89f555
1 changed files with 1 additions and 1 deletions
|
|
@ -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`") {}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue