summary refs log tree commit diff stats
path: root/lib/pure/lenientops.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/lenientops.nim')
-rw-r--r--lib/pure/lenientops.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/lenientops.nim b/lib/pure/lenientops.nim
index c70e12e5f..cdea780a2 100644
--- a/lib/pure/lenientops.nim
+++ b/lib/pure/lenientops.nim
@@ -12,7 +12,7 @@
 ## which work for mixed float/int operands.
 ## All operations convert the integer operand into the
 ## type of the float operand. For numerical expressions, the return
-## type is always the type of the float involved in the expresssion,
+## type is always the type of the float involved in the expression,
 ## i.e., there is no auto conversion from float32 to float64.
 ##
 ## Note: In general, auto-converting from int to float loses