Skip to content

Commit

Permalink
Fix wrong spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Sep 22, 2011
1 parent 659ce62 commit 1ef1c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/conv.d
Expand Up @@ -587,7 +587,7 @@ T toImpl(T, S)(S value)
enum isModConvertible = is(Unqual!S == S);
}
}
static assert(isModConvertible, "Bad modifier convertion: "~S.stringof~" to "~T.stringof);
static assert(isModConvertible, "Bad modifier conversion: "~S.stringof~" to "~T.stringof);

auto result = cast(T) value;
if (!result && value)
Expand Down

0 comments on commit 1ef1c5c

Please sign in to comment.