We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1daced commit fcd04adCopy full SHA for fcd04ad
extension/OOoLilyPond/Vars.xba
@@ -100,7 +100,7 @@ Private oFileAccess As Object
100
' Error Messages
101
Private iErrRow(1000) As Integer 'row of error
102
Private iErrCol(1000) As Integer 'column of error
103
-Private iErrClass(1000) As Integer '1 = waring, 2 = error
+Private iErrClass(1000) As Integer '1 = warning, 2 = error
104
Private sErrMsg(1000) As String 'error messages
105
Private lErrMsgHighlightColor As Long ' background color for error message label when highlighted
106
Private iNErr As Integer 'number of errors
@@ -159,4 +159,4 @@ Sub PrivateConstants()
159
160
End Sub
161
162
-</script:module>
+</script:module>
0 commit comments