diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 11:42:06 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 11:43:19 -0800 |
commit | b7886c8da2a3d8a92dea43828202d1762898041b (patch) | |
tree | 9c53c9f16d7ec9489c46f20adcd6c8518166bf72 | |
parent | 19eb8cefe1c3f7b5018e51d3dd5cc4bf691a553d (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>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | actions.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Xorg mailing list: https://lists.x.org/mailman/listinfo/xorg -The master development code repository can be found at: +The primary development code repository can be found at: https://gitlab.freedesktop.org/xorg/app/xcalc @@ -136,7 +136,7 @@ XtActionsRec Actions[] = { {"reciprocal", reciprocal}, /* reciprocal function */ {"rightParen", rightParen}, /* TI-specific left parenthesis */ {"roll", roll}, /* HP-specific roll stack */ -{"scientific", scientific}, /* scientfic notation (EE) */ +{"scientific", scientific}, /* scientific notation (EE) */ {"selection", selection}, /* copy selection */ {"shl", shl}, /* arithmetic shift left */ {"shr", shr}, /* arithmetic shift right */ |