diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-01-25 19:39:07 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-01-25 19:39:07 +0200 |
commit | 153fe0cb75d152f4872e6b229c487ae64db33c7f (patch) | |
tree | 7cdd9bff46faa5d9574f0e152bb9084a2751d9ba /src/common | |
parent | Merge pull request #621 (diff) | |
parent | even more typos (diff) | |
download | monero-153fe0cb75d152f4872e6b229c487ae64db33c7f.tar.xz |
Merge pull request #622
e514f0a even more typos (Henning Kopp)
9abc4b8 more typos fixed (Henning Kopp)
0693f3c fixed typo (Henning Kopp)
Diffstat (limited to 'src/common')
-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 |