summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doio.c b/doio.c
index 22037d4fed..48deb13d6a 100644
--- a/doio.c
+++ b/doio.c
@@ -2794,7 +2794,7 @@ nothing in the core.
{
/* Under AmigaOS4 unlink only 'fails' if the filename is invalid */
/* It may not remove the file if it's Locked, so check if it's still */
- /* arround */
+ /* around */
if((access(s,F_OK) != -1))
{
tot--;