Correct typos

This commit is contained in:
Landon Curt Noll
2021-12-05 18:23:27 -08:00
parent 769ac51f8c
commit f5c5cea8b0
80 changed files with 289 additions and 283 deletions

View File

@@ -573,7 +573,7 @@ showstatics(void)
if (count > 0)
printf("\nNumber: %ld\n", count);
else
printf("No unscoped static variables\n");
printf("No un-scoped static variables\n");
}
/*