This commit is contained in:
Gautam Kotian 2016-02-29 23:56:24 +01:00
parent d7737c0da5
commit 1392ef52cf
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ bool isTempIndent(IdType type) pure nothrow @nogc @safe
struct IndentStack
{
/**
* Get the indent size at the most recent occurence of the given indent type
* Get the indent size at the most recent occurrence of the given indent type
*/
int indentToMostRecent(IdType item) const
{