diff --git a/src/Tgstation.Server.Host/IO/ISynchronousIOManager.cs b/src/Tgstation.Server.Host/IO/ISynchronousIOManager.cs
index ae95ce9341..72b241645e 100644
--- a/src/Tgstation.Server.Host/IO/ISynchronousIOManager.cs
+++ b/src/Tgstation.Server.Host/IO/ISynchronousIOManager.cs
@@ -38,7 +38,7 @@ namespace Tgstation.Server.Host.IO
/// The new contents of the file
/// The function only succeeds if this parameter matches the SHA-1 hash of the contents of the current file. Contains the SHA1 of the file on disk once the function returns
/// The for the operation
- /// on success, if the operation failed due to not matching the file's contents
+ /// on success, if the operation failed due to not matching the file's contents
bool WriteFileChecked(string path, byte[] data, ref string sha1InOut, CancellationToken cancellationToken);
///