diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-04 01:25:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-04 01:25:31 +0100 |
| commit | ad3f59faa168a529048e0f631c31dfd6fb3d01e3 (patch) | |
| tree | 7fe1d85e6e9876361a5b001875610da66eae9f1e /src/decrypted_kdm.h | |
| parent | 41c4d628f7ef3c9f9b434d34ff099f5fe4de1ae4 (diff) | |
Comments.
Diffstat (limited to 'src/decrypted_kdm.h')
| -rw-r--r-- | src/decrypted_kdm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h index 0f305a16..bb50d6ad 100644 --- a/src/decrypted_kdm.h +++ b/src/decrypted_kdm.h @@ -38,7 +38,7 @@ class CPL; * @brief A decrypted KDM. * * This is a KDM that has either been decrypted by a target private key, or one which - * has been created by some other means, ready for encryption later. + * has been created (by some other means) ready for encryption later. * * A DecryptedKDM object can be created either from an EncryptedKDM and private key file, * or from the details of the MXFs that the KDM should protect. @@ -54,7 +54,7 @@ public: /** Construct a DecryptedKDM. * @param cpl CPL that the keys are for. * @param not_valid_before Start time for the KDM. - * @param not_valid_after ENd time for the KDM. + * @param not_valid_after End time for the KDM. */ DecryptedKDM ( boost::shared_ptr<const CPL> cpl, |
