Skip to content

Commit fcd04ad

Browse files
authored
fix typo in comment
1 parent f1daced commit fcd04ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/OOoLilyPond/Vars.xba

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Private oFileAccess As Object
100100
' Error Messages
101101
Private iErrRow(1000) As Integer 'row of error
102102
Private iErrCol(1000) As Integer 'column of error
103-
Private iErrClass(1000) As Integer '1 = waring, 2 = error
103+
Private iErrClass(1000) As Integer '1 = warning, 2 = error
104104
Private sErrMsg(1000) As String 'error messages
105105
Private lErrMsgHighlightColor As Long ' background color for error message label when highlighted
106106
Private iNErr As Integer 'number of errors
@@ -159,4 +159,4 @@ Sub PrivateConstants()
159159

160160
End Sub
161161

162-
</script:module>
162+
</script:module>

0 commit comments

Comments
 (0)