aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Kopp <henning.kopp@uni-ulm.de>2016-01-25 13:36:14 +0100
committerHoward Chu <hyc@symas.com>2016-01-27 14:13:22 +0000
commita8c6f15e08e4067c0c72c268b1de3ac59a830921 (patch)
tree59bcf8bdb7806b983ac564bf252c5556ae825cca
parentsimplewallet: remove leftover command line refresh-type handling (diff)
downloadmonero-a8c6f15e08e4067c0c72c268b1de3ac59a830921.tar.xz
fixed typo
-rw-r--r--src/serialization/serialization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialization/serialization.h b/src/serialization/serialization.h
index 1561d9130..75a8b653e 100644
--- a/src/serialization/serialization.h
+++ b/src/serialization/serialization.h
@@ -170,7 +170,7 @@ inline bool do_serialize(Archive &ar, T &v)
template <bool W, template <bool> class Archive> \
bool do_serialize_object(Archive<W> &ar){
-/*! \macro PREPARE_CUSTON_VECTOR_SERIALIZATION
+/*! \macro PREPARE_CUSTOM_VECTOR_SERIALIZATION
*/
#define PREPARE_CUSTOM_VECTOR_SERIALIZATION(size, vec) \
::serialization::detail::prepare_custom_vector_serialization(size, vec, typename Archive<W>::is_saving())