Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
772404c1
Commit
772404c1
authored
Jun 30, 2017
by
Alexandre Duret-Lutz
Browse files
twa: typo in error message
* spot/twa/twa.cc (twa::accepting_run): Here.
parent
efbce454
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/twa/twa.cc
View file @
772404c1
...
...
@@ -82,7 +82,7 @@ namespace spot
if
(
acc
().
uses_fin_acceptance
())
throw
std
::
runtime_error
(
"twa::accepting_run() does not work with "
"Fin acceptance (but twa:is_empty() and "
"twa::accepting_
run
() can)"
);
"twa::accepting_
word
() can)"
);
auto
res
=
couvreur99_new_check
(
shared_from_this
());
if
(
!
res
)
return
nullptr
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment