From 86848941873534272fbf67f7ebe4bf257d602cc4 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 15 Aug 2018 16:40:51 -0400 Subject: [PATCH] Fix the build --- src/Tgstation.Server.Host/IO/ISynchronousIOManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ///