Skip to content

Commit 0ec2357

Browse files
committed
#3377 xp_readreg completed the sentence
1 parent a6eadf0 commit 0ec2357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_Blitz.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9161,7 +9161,7 @@ IF @ProductVersionMajor >= 10 AND NOT EXISTS ( SELECT 1
91619161
@value = @cpu_speed_mhz OUTPUT;
91629162

91639163
/* Convert the Megahertz to Gigahertz */
9164-
IF @ExecResult != 0 RAISERROR('We couldn''t the CPU speed, you will see Unknown in the results', 0, 1)
9164+
IF @ExecResult != 0 RAISERROR('We couldn''t retrieve the CPU speed, you will see Unknown in the results', 0, 1)
91659165

91669166
SET @cpu_speed_ghz = CAST(CAST(@cpu_speed_mhz AS decimal) / 1000 AS decimal(18,2));
91679167

0 commit comments

Comments
 (0)