Skip to content

Commit f26e460

Browse files
authored
Merge pull request #3836 from BrentOzarULTD/copilot/fix-sp-blitz-typo
Fix typo: "individial" → "individual" in sp_Blitz.sql
2 parents 93dc088 + e003fe7 commit f26e460

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
@@ -590,7 +590,7 @@ AS
590590
WHERE dp.database_name = DB_NAME(d.database_id)
591591
);
592592

593-
/*Skip individial checks where we don't have permissions*/
593+
/*Skip individual checks where we don't have permissions*/
594594
INSERT #SkipChecks (DatabaseName, CheckID, ServerName)
595595
SELECT
596596
v.*

0 commit comments

Comments
 (0)