From 482026e4c2063d06b0a228884c0c46b76cb0cdbb Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 12 Oct 2009 11:30:57 +0000 Subject: [PATCH] synedit: fixed typo git-svn-id: trunk@22105 - --- components/synedit/synbeautifier.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/synedit/synbeautifier.pas b/components/synedit/synbeautifier.pas index 479767e635..11bcec1e0a 100644 --- a/components/synedit/synbeautifier.pas +++ b/components/synedit/synbeautifier.pas @@ -53,7 +53,7 @@ type LinePos: Integer; Indent: Integer; // Indent in spaces (Logical = Physical) RelativeToLinePos: Integer = 0; // Intend specifies +/- offset from intend on RTLine - // 0: for absolute intend + // 0: for absolute indent IndentChars: String = ''; // use the following string to indent; maybe empty, single char, or string IndentCharsFromLinePos: Integer = -1; // Line for tab/space mix; set to -1 if unknown KeepOldIndent: Boolean = False // True: Keep existing indent, and add (or subtract) new indent