summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 11:42:06 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 11:43:19 -0800
commitb7886c8da2a3d8a92dea43828202d1762898041b (patch)
tree9c53c9f16d7ec9489c46f20adcd6c8518166bf72
parent19eb8cefe1c3f7b5018e51d3dd5cc4bf691a553d (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.md2
-rw-r--r--actions.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1681453..0f008af 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/actions.c b/actions.c
index 6b454da..cd38314 100644
--- a/actions.c
+++ b/actions.c
@@ -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 */