diff -r d80184d38152 -r 08e853c0c77b src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py --- a/src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py Wed Feb 07 15:28:08 2024 +0100 +++ b/src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py Fri Feb 09 19:54:15 2024 +0100 @@ -15,7 +15,7 @@ from eric7.RemoteServer.EricRequestCategory import EricRequestCategory -# TODO: sanitize all file name with FileSystemUtilities.plainFileName() +# TODO: sanitize all file names with FileSystemUtilities.plainFileName() class EricServerFileSystemInterface(QObject): """ Class implementing the file system interface to the eric-ide server.