Skip to content

Commit 13babc9

Browse files
ferdymercuryguitargeek
authored andcommitted
[nfc] fix typo
(cherry picked from commit 90c3a09)
1 parent 8c5275a commit 13babc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graf2d/gpad/src/TPad.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ TPad::~TPad()
398398
}
399399

400400
////////////////////////////////////////////////////////////////////////////////
401-
/// Add an object to list of primitives with speicified draw option
401+
/// Add an object to list of primitives with specified draw option
402402
/// When \par modified set to kTRUE (default) pad will be marked as modified
403403
/// Let avoid usage of gPad when drawing object(s) in canvas or in subpads.
404404
///
@@ -430,7 +430,7 @@ void TPad::Add(TObject *obj, Option_t *opt, Bool_t modified)
430430
}
431431

432432
////////////////////////////////////////////////////////////////////////////////
433-
/// Add an object as first in list of primitives with speicified draw option
433+
/// Add an object as first in list of primitives with specified draw option
434434
/// When \par modified set to kTRUE (default) pad will be marked as modified
435435
/// Let avoid usage of gPad when drawing object(s) in canvas or in subpads.
436436

0 commit comments

Comments
 (0)