File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ optin.cplusplus.UninitializedObject (C++)
439
439
This checker reports uninitialized fields in objects created after a constructor
440
440
call. It doesn't only find direct uninitialized fields, but rather makes a deep
441
441
inspection of the object, analyzing all of it's fields subfields.
442
- The checker regards inherited fields as direct fields, so one will recieve
442
+ The checker regards inherited fields as direct fields, so one will receive
443
443
warnings for uninitialized inherited data members as well.
444
444
445
445
.. code-block:: cpp
@@ -525,7 +525,7 @@ This checker has several options which can be set from command line (e.g.
525
525
objects that don't have at least one initialized field. Defaults to false.
526
526
527
527
* ``NotesAsWarnings `` (boolean). If set to true, the checker will emit a
528
- warning for each uninitalized field, as opposed to emitting one warning per
528
+ warning for each uninitialized field, as opposed to emitting one warning per
529
529
constructor call, and listing the uninitialized fields that belongs to it in
530
530
notes. *Defaults to false *.
531
531
You can’t perform that action at this time.
0 commit comments