mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Everywhere: Behaviour => Behavior
This commit is contained in:
parent
55b0b06897
commit
6ad427993a
48 changed files with 120 additions and 120 deletions
|
@ -547,7 +547,7 @@ extern "C" int vsscanf(const char* input, const char* format, va_list ap)
|
|||
case ConversionSpecifier::Invalid:
|
||||
case ConversionSpecifier::Unspecified:
|
||||
default:
|
||||
// "undefined behaviour", let's be nice and crash.
|
||||
// "undefined behavior", let's be nice and crash.
|
||||
dbgln("Invalid conversion specifier {} in scanf!", (int)conversion_specifier);
|
||||
VERIFY_NOT_REACHED();
|
||||
case ConversionSpecifier::Decimal:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue