Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Aug 24, 2024
1 parent 38d3ce9 commit 56b7544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hrc/hrc/scripts/cmake/cmake.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</scheme>

<entity name="Sep" value="(?:(?:[\s]|\n|\r)*)" />
<entity name="Args" value="(?:%Sep;\(&Sep;(?{All}(?{First}[^\)\s]*)[^\)]*)\))" />
<entity name="Args" value="(?:%Sep;\(%Sep;(?{All}(?{First}[^\)\s]*)[^\)]*)\))" />
<entity name="ArgsMatch1" value="(?:%Sep;\(%Sep;(?:\y{First}||(?{def:Error}.+))%Sep;\))" />
<entity name="ArgsMatch0" value="(?:%Sep;\(%Sep;(?:\y{All}||(?{def:Error}.+))%Sep;\))" />

Expand Down
2 changes: 1 addition & 1 deletion hrc/hrc/scripts/shell-posix.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<symb name="*"/> <symb name="/"/>
<symb name="="/>
<symb name="%"/>
<symb name="&lt;&lt;="/> <symb name="&ge;&ge;="/>
<symb name="&lt;&lt;="/> <symb name="&gt;&gt;="/>
<symb name="&lt;&lt;"/> <symb name="&gt;&gt;"/>
<symb name="&lt;="/> <symb name="&gt;="/>
<symb name="&lt;"/> <symb name="&gt;"/>
Expand Down

0 comments on commit 56b7544

Please sign in to comment.