diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 12:10:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 12:10:01 -0800 |
commit | 1ec1f06dafe5510426ba2d3396d65acfd49b347b (patch) | |
tree | 5e68edf4acd48022ac1a1c94d5756c69fa56af0d /src/resize.c | |
parent | 12ae76feef16024a0911b0e61e64266b449599e7 (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/resize.c')
-rw-r--r-- | src/resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resize.c b/src/resize.c index dce406d..d7727fb 100644 --- a/src/resize.c +++ b/src/resize.c @@ -1123,7 +1123,7 @@ SetFrameShape(TwmWindow *tmp) * * Dimensions and Positions: * - * frame orgin (0, 0) + * frame origin (0, 0) * frame upper left border (-tmp->frame_bw, -tmp->frame_bw) * frame size w/o border tmp->frame_width , tmp->frame_height * frame/title border width tmp->frame_bw |