summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-06-11 16:12:10 +0300
committerEli Zaretskii <eliz@gnu.org>2022-06-11 16:12:10 +0300
commit9ea98a68f4325029e68eae1a2a2a948f92c9412b (patch)
treef0556a8d33817c9c3ba5a2482abd639de517e515 /src/fileio.c
parentcb4579ed6ba45c81ee7ec627bf197e1def121f24 (diff)
downloademacs-9ea98a68f4325029e68eae1a2a2a948f92c9412b.tar.gz
; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 94cbc14371d..e29685e07bf 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4037,7 +4037,7 @@ by calling `format-decode', which see. */)
if (!NILP (beg) && !seekable)
xsignal2 (Qfile_error,
- build_string ("trying to use a start positing in a non-seekable file"),
+ build_string ("cannot use a start position in a non-seekable file/device"),
orig_filename);
if (!NILP (replace))