Skip to content

Commit 02556f9

Browse files
authored
Merge pull request #3421 from twitthoeft-gls/patch-1
Update sp_BlitzCache.sql - Typo fix
2 parents 8affa4c + fca5bf9 commit 02556f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzCache.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ IF @Help = 1
468468
UNION ALL
469469
SELECT N'@MinutesBack',
470470
N'INT',
471-
N'How many minutes back to begin plan cache analysis. If you put in a positive number, we''ll flip it to negtive.';
471+
N'How many minutes back to begin plan cache analysis. If you put in a positive number, we''ll flip it to negative.';
472472

473473

474474
/* Column definitions */

0 commit comments

Comments
 (0)