summaryrefslogtreecommitdiff
path: root/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'actions.c')
-rw-r--r--actions.c2
1 files changed, 1 insertions, 1 deletions
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 */