Skip to content

Commit 16e178c

Browse files
committed
Typo
1 parent 6c753e6 commit 16e178c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_Blitz.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ AS
290290
@value_name = N'~MHz',
291291
@value = @cpu_speed_mhz OUTPUT;
292292

293-
/* Convert the Megahertz to Gigaherth */
293+
/* Convert the Megahertz to Gigahertz */
294294
SET @cpu_speed_ghz = CAST(CAST(@cpu_speed_mhz AS decimal) / 1000 AS decimal(18,2));
295295

296296
SET @SkipXPRegRead = 0; /*We could execute xp_regread*/

0 commit comments

Comments
 (0)