diff options
author | fvogel <fvogelnew1@free.fr> | 2019-07-02 19:36:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-07-02 19:36:19 (GMT) |
commit | 8a3e8fe5694a99d5b91fb75803a6976aa259eb66 (patch) | |
tree | d8d2e398064aea801ebceddb89eccef4e6988240 /generic/tkGrid.c | |
parent | 8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12 (diff) | |
download | tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.zip tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.tar.gz tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.tar.bz2 |
Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)
Diffstat (limited to 'generic/tkGrid.c')
-rw-r--r-- | generic/tkGrid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkGrid.c b/generic/tkGrid.c index 4e0882a..be15c14 100644 --- a/generic/tkGrid.c +++ b/generic/tkGrid.c @@ -1913,7 +1913,7 @@ ResolveConstraints( GridLayout *layoutPtr; /* Temporary layout structure. */ int requiredSize; /* The natural size of the grid (pixels). * This is the minimum size needed to - * accomodate all of the slaves at their + * accommodate all of the slaves at their * requested sizes. */ int offset; /* The pixel offset of the right edge of the * current slot from the beginning of the @@ -2486,7 +2486,7 @@ GetGrid( * Side effects: * The width and height arguments are filled in the master data * structure. Additional space is allocated for the constraints to - * accomodate the offsets. + * accommodate the offsets. * *---------------------------------------------------------------------- */ |