aboutsummaryrefslogtreecommitdiff
path: root/src/serialization
diff options
context:
space:
mode:
authorHenning Kopp <henning.kopp@uni-ulm.de>2016-01-25 13:42:44 +0100
committerHenning Kopp <henning.kopp@uni-ulm.de>2016-01-25 13:42:44 +0100
commit9abc4b831b01083145ef416ed20914706aad8c9a (patch)
treea5196c004b99d1b1ff8e90b6872e60058cc732dd /src/serialization
parentfixed typo (diff)
downloadmonero-9abc4b831b01083145ef416ed20914706aad8c9a.tar.xz
more typos fixed
Diffstat (limited to 'src/serialization')
-rw-r--r--src/serialization/serialization.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialization/serialization.h b/src/serialization/serialization.h
index 75a8b653e..86df71c61 100644
--- a/src/serialization/serialization.h
+++ b/src/serialization/serialization.h
@@ -29,10 +29,10 @@
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
/*! \file serialization.h
- * \breif Simple DSL AAPI based on
+ * \brief Simple DSL AAPI based on
*
* \detailed is_blob_type and has_free_serializer are
- * both descriptors for dispatching on to the serailize function.
+ * both descriptors for dispatching on to the serialize function.
*
* The API itself defines a domain specific language via dirty macro
* hacks. Greenspun's tenth rule is very much in action throughout