diff options
-rw-r--r-- | usr.bin/tr/str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index f86493a..d3dc286 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -170,7 +170,7 @@ static CLASS classes[] = { { "digit", isdigit, }, { "graph", isgraph, }, { "lower", islower, }, - { "print", isupper, }, + { "print", isprint, }, { "punct", ispunct, }, { "space", isspace, }, { "upper", isupper, }, |