3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

Fix spelling errors

This commit is contained in:
Fabian Wolff 2016-07-09 11:46:43 +02:00
parent d5ee7e24bc
commit 6eaab00e83
15 changed files with 18 additions and 18 deletions

View file

@ -591,7 +591,7 @@ namespace datalog {
/**
\brief Remove the first occurence of \c el from \c v and return \c true. If
\brief Remove the first occurrence of \c el from \c v and return \c true. If
\c el is not present in \c v, return \c false. The order of elements in \c v
is not preserved.
*/

View file

@ -480,7 +480,7 @@ protected:
str2sort m_sort_dict;
// true if an error occured during the current call to the parse_stream
// true if an error occurred during the current call to the parse_stream
// function
bool m_error;
public:
@ -896,7 +896,7 @@ protected:
tok = m_lexer->next_token();
if (tok != TK_COLON) {
tok = unexpected(tok,
"Expecting colon in declaration (first occurence of a predicate must be a declaration)");
"Expecting colon in declaration (first occurrence of a predicate must be a declaration)");
return tok;
}
tok = m_lexer->next_token();