Skip to content

Commit ba8978f

Browse files
author
SlavaRa
committed
fixes typos
1 parent a41098a commit ba8978f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PluginCore/ScintillaNet/ScintillaControl.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ public int CurrentPos
11521152
}
11531153

11541154
/// <summary>
1155-
/// Returns the chracter at the caret posiion.
1155+
/// Returns the chracter at the caret position.
11561156
/// </summary>
11571157
public char CurrentChar
11581158
{
@@ -2416,7 +2416,7 @@ public virtual bool ContainsIgnoredKeys(Keys keys)
24162416
}
24172417

24182418
/// <summary>
2419-
/// Sets the focud to the control
2419+
/// Sets the focus to the control
24202420
/// </summary>
24212421
public new bool Focus()
24222422
{

0 commit comments

Comments
 (0)