Skip to content

Commit e003fe7

Browse files
CopilotBrentOzar
andcommitted
Fix typo: "individial" -> "individual" in sp_Blitz.sql
Co-authored-by: BrentOzar <245462+BrentOzar@users.noreply.github.com>
1 parent 53c9f8a commit e003fe7

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)