From c7fbc7e1237f0cc907070cd85167ac5728b0b518 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Thu, 25 Nov 2021 15:18:20 +0100 Subject: Add/improve subspan testcases --- wrappers/csharp/Discovery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/csharp/Discovery.cs') diff --git a/wrappers/csharp/Discovery.cs b/wrappers/csharp/Discovery.cs index 0d6fef1..1f3d1e8 100644 --- a/wrappers/csharp/Discovery.cs +++ b/wrappers/csharp/Discovery.cs @@ -17,7 +17,7 @@ namespace EduVpnCommon /// Signed .json file contents. /// The file type to be verified, one of server_list.json or organization_list.json. /// Minimum time for signature. Should be set to at least the time in a previously retrieved file. - /// If expectedFileName is not one of the allowed valued. + /// If expectedFileName is not one of the allowed values. /// If signature verification fails. public static void Verify( ArraySegment signatureFileContent, -- cgit v1.2.3