diff options
author | Rob Austein <sra@hactrn.net> | 2009-12-30 19:03:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-12-30 19:03:19 +0000 |
commit | 855aa58848b30d029a46ae4f4e13fa23e0b17f19 (patch) | |
tree | b22929f1e89332e4a0f11758957773bd28babd5b | |
parent | 6d86b6d17409032f906f2da99a44128d72e83ab1 (diff) |
Doc bug
svn path=/rpkid/rpki/x509.py; revision=2914
-rw-r--r-- | rpkid/rpki/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/x509.py b/rpkid/rpki/x509.py index d609a3b7..4f85f625 100644 --- a/rpkid/rpki/x509.py +++ b/rpkid/rpki/x509.py @@ -1012,7 +1012,7 @@ class XML_CMS_object(CMS_object): dump_outbound_cms = None - ## @var dump_outbound_cms + ## @var dump_inbound_cms # If set, we write all inbound XML-CMS PDUs to disk, for debugging. # Value of this variable is prefix portion of filename, tail will # be a timestamp. |