diff options
author | Tian Shilin <[email protected]> | 2025-07-29 21:19:46 +0800 |
---|---|---|
committer | Tian Shilin <[email protected]> | 2025-07-31 20:43:44 +0800 |
commit | 57d67a29186f559c641a7301ab3979914e752c3a (patch) | |
tree | eebb075f6d8e7560bf841bb56654e101d4dbea1c | |
parent | 44518dcbfd48dd6950a0e22879eb84387c89ad42 (diff) |
Fix typo: rename occured to occurred
The function name had a spelling error. This change improves code
readability and follows Qt naming conventions.
Change-Id: Ic0646ea679bf3619691b6a581ba5ef589e7827bd
Reviewed-by: Oliver Eftevaag <[email protected]>
-rw-r--r-- | src/3rdparty/masm/wtf/CheckedArithmetic.h | 2 | ||||
-rw-r--r-- | tests/baseline/scenegraph/data/shared/svg_12_testsuite/paint-stroke-204-t.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/masm/wtf/CheckedArithmetic.h b/src/3rdparty/masm/wtf/CheckedArithmetic.h index 7d36ca5c28..1aeb76434a 100644 --- a/src/3rdparty/masm/wtf/CheckedArithmetic.h +++ b/src/3rdparty/masm/wtf/CheckedArithmetic.h @@ -44,7 +44,7 @@ * and overflow has occurred. * - The alternative is Checked<T, RecordOverflow>, which uses an additional * byte of storage to track whether an overflow has occurred, subsequent - * unchecked operations will crash if an overflow has occured + * unchecked operations will crash if an overflow has occurred * * It is possible to provide a custom overflow handler, in which case you need * to support these functions: diff --git a/tests/baseline/scenegraph/data/shared/svg_12_testsuite/paint-stroke-204-t.svg b/tests/baseline/scenegraph/data/shared/svg_12_testsuite/paint-stroke-204-t.svg index fa32d3590b..d239f1ef63 100644 --- a/tests/baseline/scenegraph/data/shared/svg_12_testsuite/paint-stroke-204-t.svg +++ b/tests/baseline/scenegraph/data/shared/svg_12_testsuite/paint-stroke-204-t.svg @@ -30,7 +30,7 @@ </p> <p> The top is always blue. If something - red gets visible, an error is occured. + red gets visible, an error is occurred. </p> </d:OperatorScript> </SVGTestCase> |