solenv/vs/LibreOffice.ruleset |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d2e023b1fb9f5a8c1038960887014cce24599071
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sat Dec 27 00:05:20 2025 +0100
Commit:     Taichi Haradaguchi <[email protected]>
CommitDate: Sat Dec 27 05:22:41 2025 +0100

    Fix typo
    
    Change-Id: I5ea93f1730cedd293a0e62705039173e78343180
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196238
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <[email protected]>

diff --git a/solenv/vs/LibreOffice.ruleset b/solenv/vs/LibreOffice.ruleset
index 4faf255a3edd..c05f932898c3 100644
--- a/solenv/vs/LibreOffice.ruleset
+++ b/solenv/vs/LibreOffice.ruleset
@@ -163,7 +163,7 @@
   <Rule Id="C28126" Action="None"/> <!-- The AccessMode parameter to 
ObReferenceObject* should be IRP->RequestorMode -->
   <Rule Id="C28127" Action="None"/> <!-- The function being used as a routine 
does not exactly match the type expected -->
   <Rule Id="C28128" Action="None"/> <!-- An access to a field has been made 
directly instead of by a routine -->
-  <Rule Id="C28129" Action="None"/> <!-- An assignment has been made to  an 
operand intead of using bit sets and clears -->
+  <Rule Id="C28129" Action="None"/> <!-- An assignment has been made to an 
operand instead of using bit sets and clears -->
   <Rule Id="C28131" Action="None"/> <!-- DriverEntry routine should save a 
copy of the argument, not the pointer -->
   <Rule Id="C28132" Action="None"/> <!-- Taking the size of pointer -->
   <Rule Id="C28133" Action="None"/> <!-- IoInitializeTimer is best called from 
AddDevice -->
@@ -225,7 +225,7 @@
   <Rule Id="C28214" Action="None"/> <!-- Attribute parameter names must be 
p1...p9 -->
   <Rule Id="C28215" Action="None"/> <!-- The typefix cannot be applied to a 
parameter that already has a typefix -->
   <Rule Id="C28216" Action="None"/> <!-- Incorrect use of _Must_check_result_ 
annotation -->
-  <Rule Id="C28217" Action="None"/> <!-- Mismatch in the number of pamaters 
for annotation -->
+  <Rule Id="C28217" Action="None"/> <!-- Mismatch in the number of parameters 
for annotation -->
   <Rule Id="C28218" Action="None"/> <!-- Annotation parameter mismatch -->
   <Rule Id="C28219" Action="None"/> <!-- Member of enumeration expected for 
annotation the parameter in the annotation -->
   <Rule Id="C28220" Action="None"/> <!-- Integer expression expected in the 
annotation -->

Reply via email to