aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2018-01-19 07:54:14 +0000
committerEdward Betts <edward@4angle.com>2018-03-05 17:00:40 +0000
commitfbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f (patch)
treefdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /tests/unit_tests
parentMerge pull request #3303 (diff)
downloadmonero-fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f.tar.xz
Correct spelling mistakes.
Diffstat (limited to 'tests/unit_tests')
-rw-r--r--tests/unit_tests/ringct.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/ringct.cpp b/tests/unit_tests/ringct.cpp
index 95b20f563..b7fcbbcab 100644
--- a/tests/unit_tests/ringct.cpp
+++ b/tests/unit_tests/ringct.cpp
@@ -132,7 +132,7 @@ TEST(ringct, MG_sigs)
}
sk[j] = xx[ind][j];
}
- sk[2] = skGen();//asume we don't know one of the private keys..
+ sk[2] = skGen();//assume we don't know one of the private keys..
IIccss = MLSAG_Gen(message, P, sk, NULL, NULL, ind, R, hw::get_device("default"));
ASSERT_FALSE(MLSAG_Ver(message, P, IIccss, R));
}