Skip to content

Commit 54f69d4

Browse files
committed
fix typo
1 parent bfcddb2 commit 54f69d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colorcoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def on_load(self,view):
6767
return
6868

6969
if view.size() > set.get('max_size') and not view.settings().get('forcecolorcode',False):
70-
sublime.status_message("File is too big, disabling colorcoding as it might hurt perfromance")
70+
sublime.status_message("File is too big, disabling colorcoding as it might hurt performance")
7171
colorcoder.remove_colorcode(view)
7272
view.settings().set('colorcode',False)
7373
return

0 commit comments

Comments
 (0)