From dc36a288b969e72c704351d2f6d480d0c939df17 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Sat, 21 Jan 2012 21:24:24 +0000 Subject: [PATCH] fix spelling: inttegral -> integral --- std/conv.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/conv.d b/std/conv.d index 58eb5d5d6..8e10c8177 100644 --- a/std/conv.d +++ b/std/conv.d @@ -724,7 +724,7 @@ $(UL $(LI $(D char), $(D wchar), $(D dchar) to a string type.) $(LI Unsigned or signed integers to strings. $(DL $(DT [special case]) - $(DD Convert inttegral value to string in $(D_PARAM radix) radix. + $(DD Convert integral value to string in $(D_PARAM radix) radix. radix must be a value from 2 to 36. value is treated as a signed value only if radix is 10. The characters A through Z are used to represent values 10 through 36.)))