diff options
author | Henning Kopp <henning.kopp@uni-ulm.de> | 2016-01-25 13:42:44 +0100 |
---|---|---|
committer | Henning Kopp <henning.kopp@uni-ulm.de> | 2016-01-25 13:42:44 +0100 |
commit | 9abc4b831b01083145ef416ed20914706aad8c9a (patch) | |
tree | a5196c004b99d1b1ff8e90b6872e60058cc732dd /src/common/varint.h | |
parent | fixed typo (diff) | |
download | monero-9abc4b831b01083145ef416ed20914706aad8c9a.tar.xz |
more typos fixed
Diffstat (limited to 'src/common/varint.h')
-rw-r--r-- | src/common/varint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/varint.h b/src/common/varint.h index f1e519b8f..ffaa682c5 100644 --- a/src/common/varint.h +++ b/src/common/varint.h @@ -36,7 +36,7 @@ #include <sstream> #include <string> /*! \file varint.h - * \breif provides the implementation of varint's + * \brief provides the implementation of varint's * * The representation of varints is rather odd. The first bit of each * octet is significant, it represents wheter there is another part |