From 1392ef52cf9e3cd1ac7cbce559ce18c815b6b224 Mon Sep 17 00:00:00 2001 From: Gautam Kotian Date: Mon, 29 Feb 2016 23:56:24 +0100 Subject: [PATCH] Fix typo --- src/dfmt/indentation.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfmt/indentation.d b/src/dfmt/indentation.d index 7868db3..9c0b275 100644 --- a/src/dfmt/indentation.d +++ b/src/dfmt/indentation.d @@ -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 {