diff options
-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 */ |