aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Strings
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-11-24 13:39:06 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-11-24 13:39:06 +0100
commit9ddae1778aef70c55a1347c4d0b28694cf34a5af (patch)
tree8d89834ee9ada62eb58dffefba110e9477381164 /theories/Strings
parent989553966c7ba1a2cc23fd10fc2633dcb0f98648 (diff)
Fix some documentation typos.
Diffstat (limited to 'theories/Strings')
-rw-r--r--theories/Strings/Ascii.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Strings/Ascii.v b/theories/Strings/Ascii.v
index 97cb746f3..55a533c55 100644
--- a/theories/Strings/Ascii.v
+++ b/theories/Strings/Ascii.v
@@ -40,7 +40,7 @@ Defined.
(** * Conversion between natural numbers modulo 256 and ascii characters *)
-(** Auxillary function that turns a positive into an ascii by
+(** Auxiliary function that turns a positive into an ascii by
looking at the last 8 bits, ie z mod 2^8 *)
Definition ascii_of_pos : positive -> ascii :=