Skip to content

Commit 36d2bb4

Browse files
Minor spelling fix
1 parent 47546bd commit 36d2bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testVectors/TestVectors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public override IEnumerator<object[]> GetEnumerator() {
146146
string vectorID = vectorEntry.Key;
147147
TestVector vector = vectorEntry.Value;
148148

149-
// We are unable to test Raw Keyrings untill #137 is resolved.
149+
// We are unable to test Raw Keyrings until #137 is resolved.
150150
if (VectorContainsMasterkeyOfType(vector, "raw")) {
151151
continue;
152152
}

0 commit comments

Comments
 (0)