Skip to content

Commit 5c94fa1

Browse files
author
SlavaRa
committed
Replace 'prority' by 'priority'
1 parent 35d52ea commit 5c94fa1

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

External/Plugins/AS2Context/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void Dispose()
108108
/// <summary>
109109
/// Handles the incoming events
110110
/// </summary>
111-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
111+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
112112
{
113113
switch (e.Type)
114114
{

External/Plugins/ASClassWizard/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public void Dispose()
106106
// Nothing here...
107107
}
108108

109-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
109+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
110110
{
111111
Project project;
112112
switch (e.Type)

External/Plugins/ASCompletion/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public void Dispose()
156156
/**
157157
* Handles the incoming events
158158
*/
159-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
159+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
160160
{
161161
try
162162
{

External/Plugins/AirProperties/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void Dispose()
121121
/// <summary>
122122
/// Handles the incoming events
123123
/// </summary>
124-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
124+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
125125
{
126126
switch (e.Type)
127127
{

External/Plugins/BasicCompletion/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void Dispose()
121121
/// <summary>
122122
/// Handles the incoming events
123123
/// </summary>
124-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
124+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
125125
{
126126
ITabbedDocument document = PluginBase.MainForm.CurrentDocument;
127127
if (document == null || !document.IsEditable) return;

External/Plugins/BookmarkPanel/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void Dispose()
103103
/// <summary>
104104
/// Handles the incoming events
105105
/// </summary>
106-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
106+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
107107
{
108108
switch (e.Type)
109109
{

External/Plugins/BridgeSettings/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void Dispose()
103103
/// <summary>
104104
/// Handles the incoming events
105105
/// </summary>
106-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
106+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
107107
{
108108
// Nothing to do here..
109109
}

External/Plugins/CodeAnalyzer/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void Dispose()
107107
/// <summary>
108108
/// Handles the incoming events
109109
/// </summary>
110-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
110+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
111111
{
112112
switch (e.Type)
113113
{

External/Plugins/CodeFormatter/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void Dispose()
112112
/// <summary>
113113
/// Handles the incoming events
114114
/// </summary>
115-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
115+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
116116
{
117117
switch (e.Type)
118118
{

External/Plugins/CodeRefactor/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public void Dispose()
120120
/// <summary>
121121
/// Handles the incoming events
122122
/// </summary>
123-
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
123+
public void HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
124124
{
125125
switch (e.Type)
126126
{

0 commit comments

Comments
 (0)