mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-16 05:14:33 +08:00
fix spell-o in comment
This commit is contained in:
parent
d15557db96
commit
fd00df9c4d
@ -1,7 +1,7 @@
|
||||
|
||||
struct rm_options
|
||||
{
|
||||
/* If nonzero, ignore nonexistant files. */
|
||||
/* If nonzero, ignore nonexistent files. */
|
||||
int ignore_missing_files;
|
||||
|
||||
/* If nonzero, query the user about whether to remove each file. */
|
||||
|
Loading…
Reference in New Issue
Block a user