summaryrefslogtreecommitdiff
path: root/wrappers/csharp/Discovery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/csharp/Discovery.cs')
-rw-r--r--wrappers/csharp/Discovery.cs2
1 files changed, 1 insertions, 1 deletions
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
/// <param name="signedJson">Signed .json file contents.</param>
/// <param name="expectedFileName">The file type to be verified, one of <c>server_list.json</c> or <c>organization_list.json</c>.</param>
/// <param name="minSignTime">Minimum time for signature. Should be set to at least the time in a previously retrieved file.</param>
- /// <exception cref="ArgumentException">If <c>expectedFileName</c> is not one of the allowed valued.</exception>
+ /// <exception cref="ArgumentException">If <c>expectedFileName</c> is not one of the allowed values.</exception>
/// <exception cref="VerifyException">If signature verification fails.</exception>
public static void Verify(
ArraySegment<byte> signatureFileContent,