diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp b/source/text/sbasic/shared/03/sf_filesystem.xhp
index 5a54a082bb..bd21299b7f 100644
--- a/source/text/sbasic/shared/03/sf_filesystem.xhp
+++ b/source/text/sbasic/shared/03/sf_filesystem.xhp
@@ -427,7 +427,7 @@
fso.CopyFile(r"C:\Documents\my_file.odt", r"C:\Temp\copied_file.odt")
fso.CopyFile(r"C:\Documents\*.*", r"C:\Temp", overwrite = False)
- Beware that sulfolders and their contents are not copied when wildcards are used in the source argument.
+ Beware that subfolders and their contents are not copied when wildcards are used in the source argument.