fix typos

This commit is contained in:
nibon7 2023-12-19 00:54:59 +00:00
parent 4beaa43313
commit fa6a57a275
No known key found for this signature in database
GPG Key ID: 281CE465D8EEC03B

View File

@ -233,7 +233,7 @@ static RESOURCE_ARRAY: Lazy<Vec<ResourceInfo>> = Lazy::new(|| {
"Maximum number of pseudo-terminals",
'P',
1,
Resource::RLIMIT_NPTY,
Resource::RLIMIT_NPTS,
),
];