mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
fixing lintian warning spelling-error-in-binary
This commit is contained in:
parent
4882398c56
commit
e102de53fc
@ -147,7 +147,7 @@ int main(int argc, char *argv[]) {
|
|||||||
kernel_expression = boost::xpressive::sregex::compile(kernel_regex);
|
kernel_expression = boost::xpressive::sregex::compile(kernel_regex);
|
||||||
}
|
}
|
||||||
catch (boost::xpressive::regex_error& error) {
|
catch (boost::xpressive::regex_error& error) {
|
||||||
std::cerr << "Error occured while compiling regex" << std::endl << std::endl;
|
std::cerr << "Error occurred while compiling regex" << std::endl << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user