Skip to content

Commit eadde73

Browse files
SQLCheck typo fix
1 parent 0ee2bff commit eadde73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLCheck/SQLCheck/TextReport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ static void ReportNetwork(DataSet ds, TextWriter s) // outputs network settings
390390
}
391391
else
392392
{
393-
s.WriteLine("Info: The vmnetflt.sys driver is not installed on this machine.");
393+
s.WriteLine("Info: The vnetflt.sys driver is not installed on this machine.");
394394
}
395395
s.WriteLine();
396396

0 commit comments

Comments
 (0)