Skip to content

Commit a3bb888

Browse files
committed
Typo fix: automaticly -> automatically
1 parent d32a39a commit a3bb888

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

External/Plugins/BasicCompletion/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public List<ICompletionListItem> GetCompletionListItems(String lang, String file
416416
}
417417

418418
/// <summary>
419-
/// Shows the completion list automaticly after typing three chars
419+
/// Shows the completion list automatically after typing three chars
420420
/// </summary>
421421
private void SciControlCharAdded(ScintillaControl sci, Int32 value)
422422
{

FlashDevelop/Docking/TabbedDocument.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ private void BackupTimerTick(Object sender, EventArgs e)
517517
}
518518

519519
/// <summary>
520-
/// Automaticly updates the document icon
520+
/// Automatically updates the document icon
521521
/// </summary>
522522
private void UpdateDocumentIcon(String file)
523523
{

FlashDevelop/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ public void OnSyntaxChange(String language)
16061606
}
16071607

16081608
/// <summary>
1609-
/// Updates the MainForms title automaticly
1609+
/// Updates the MainForm's title automatically
16101610
/// </summary>
16111611
public void OnUpdateMainFormDialogTitle()
16121612
{

FlashDevelop/Settings/Accessors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public Boolean ApplyFileExtension
491491
}
492492

493493
[DefaultValue(false)]
494-
[DisplayName("Automaticly Reload Modified Files")]
494+
[DisplayName("Automatically Reload Modified Files")]
495495
[LocalizedCategory("FlashDevelop.Category.Features")]
496496
[LocalizedDescription("FlashDevelop.Description.AutoReloadModifiedFiles")]
497497
public Boolean AutoReloadModifiedFiles

PluginCore/PluginCore/Controls/Common.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private void OnPreviewKeyDown(Object sender, PreviewKeyDownEventArgs e)
2828
}
2929

3030
/// <summary>
31-
/// Makes the control spring automaticly
31+
/// Makes the control spring automatically
3232
/// </summary>
3333
public override Size GetPreferredSize(Size constrainingSize)
3434
{
@@ -100,7 +100,7 @@ private void OnPreviewKeyDown(Object sender, PreviewKeyDownEventArgs e)
100100
}
101101

102102
/// <summary>
103-
/// Makes the control spring automaticly
103+
/// Makes the control spring automatically
104104
/// </summary>
105105
public override Size GetPreferredSize(Size constrainingSize)
106106
{

PluginCore/PluginCore/Resources/en_US.resX

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ Never - the start page will not show based on startup.</value>
22192219
<value>Tasks</value>
22202220
</data>
22212221
<data name="XMLCompletion.Description.CloseTags" xml:space="preserve">
2222-
<value>Closes the current tag automaticly.</value>
2222+
<value>Closes the current tag automatically.</value>
22232223
</data>
22242224
<data name="XMLCompletion.Description.EnableXMLCompletion" xml:space="preserve">
22252225
<value>Enables the completion for xml files.</value>
@@ -2553,7 +2553,7 @@ Please note that with injection enabled, you will not be able to use many projec
25532553
<value>Uses project related sessions when opening or closing projects.</value>
25542554
</data>
25552555
<data name="ASCompletion.Description.LastASVersion" xml:space="preserve">
2556-
<value>Internal: automaticly stored latest ActionScript version detected to apply to files without package/class declarations.</value>
2556+
<value>Internal: automatically stored latest ActionScript version detected to apply to files without package/class declarations.</value>
25572557
</data>
25582558
<data name="FlashDevelop.Info.FileHeader" xml:space="preserve">
25592559
<value>File</value>
@@ -2856,7 +2856,7 @@ Please note that with injection enabled, you will not be able to use many projec
28562856
<value>Macros</value>
28572857
</data>
28582858
<data name="MacroManager.Description.AutoRun" xml:space="preserve">
2859-
<value>Runs the macro automaticly when FlashDevelop starts. If enabled, the menu item will not be shown.</value>
2859+
<value>Runs the macro automatically when FlashDevelop starts. If enabled, the menu item will not be shown.</value>
28602860
</data>
28612861
<data name="MacroManager.Description.Entries" xml:space="preserve">
28622862
<value>Individual commands of the macro.</value>

0 commit comments

Comments
 (0)