Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Jun 17, 2024
1 parent 85dcfe8 commit 2e15b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024-06-17: Fix typo
2024-06-17: Version 0.12
2024-02-04: Fix: missing header with libxml2 >= 2.12
2024-02-04: Max index count value is too low for some dictionaries
Expand Down
2 changes: 1 addition & 1 deletion tools/mobidrm.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following command encrypts document targeting two devices using their serial
.Pp
.Dl % mobidrm -e -s B001XXXXXXXXXX01 -s B001XXXXXXXXXX02 example.mobi
.Pp
The following command encrypts document for device wth given serial number. Document will only be valid within given period (inclusive).
The following command encrypts document for device with given serial number. Document will only be valid within given period (inclusive).
.Pp
.Dl % mobidrm -e -s B001XXXXXXXXXX01 -f 2021-01-01 -t 2021-01-31 example.mobi
.Sh RETURN VALUES
Expand Down

0 comments on commit 2e15b15

Please sign in to comment.