Browse Source

* spelling fixed

florian 1 year ago
parent
commit
124480e73a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/tint642.pp

+ 2 - 2
tests/test/tint642.pp

@@ -1177,9 +1177,9 @@ begin
    writeln('Testing QWord logical - operator was successful');
    writeln;
 
-   writeln('Testing QWord logical shift operators (shr,shr)');
+   writeln('Testing QWord logical shift operators (shl,shr)');
    testshlshrqword;
-   writeln('Testing QWord logical shift operators (shr,shr) was successful');
+   writeln('Testing QWord logical shift operators (shl,shr) was successful');
    writeln;
 
    writeln('Testing QWord function results');