commit | 1fe62d44c4b2ae375203c7734f1d468877055841 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Sep 27 16:49:45 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Sep 27 16:49:45 2013 -0700 |
tree | a0739c127aba9913f4d51a8e2b99719bcdeaf892 | |
parent | e7e069b3d7b5418a450860505c416e8e80196f53 [diff] [blame] |
documentation: In Signature, fix typo in comment.
diff --git a/ndn-cpp/data.hpp b/ndn-cpp/data.hpp index edb991b..1f192b9 100644 --- a/ndn-cpp/data.hpp +++ b/ndn-cpp/data.hpp
@@ -15,7 +15,7 @@ namespace ndn { /** - * A Signature is an abstract base class providing an methods to work with the signature information in a Data packet. + * A Signature is an abstract base class providing methods to work with the signature information in a Data packet. */ class Signature { public: