X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fwin32-pathname.lisp;h=766c0682ea8058ba3e5e6ac44ef511f9fc153c94;hb=0395c15ff8394bfaaed03050c1a7a131f197a732;hp=5c0f9a56c215582799560f2c55214e5dc0c3b5e3;hpb=9df2abae0a60d757448f06f0cc90213ec9fa775b;p=sbcl.git diff --git a/src/code/win32-pathname.lisp b/src/code/win32-pathname.lisp index 5c0f9a5..766c068 100644 --- a/src/code/win32-pathname.lisp +++ b/src/code/win32-pathname.lisp @@ -85,7 +85,7 @@ name))) (when position (error 'namestring-parse-error - :complaint "can't embed #\\Nul or #\\/ in Unix namestring" + :complaint "can't embed #\\Nul or #\\/ in Windows namestring" :namestring namestring :offset position))))