diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-11 13:15:08 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-11 13:15:08 -0800 |
commit | 95322ca972e65f663c0e9a4e7a7a8325e7dcb199 (patch) | |
tree | 5898489fe3ecbd88c0713216da5060a6be38a6a9 /adenosine-cli | |
parent | 88212d07909e768a72e861a8176df8cffc87cbdf (diff) | |
download | adenosine-95322ca972e65f663c0e9a4e7a7a8325e7dcb199.tar.gz adenosine-95322ca972e65f663c0e9a4e7a7a8325e7dcb199.zip |
spellcheck
Diffstat (limited to 'adenosine-cli')
-rw-r--r-- | adenosine-cli/src/identifiers.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adenosine-cli/src/identifiers.rs b/adenosine-cli/src/identifiers.rs index a6a2696..721644f 100644 --- a/adenosine-cli/src/identifiers.rs +++ b/adenosine-cli/src/identifiers.rs @@ -63,7 +63,7 @@ fn test_didorhost() { assert!(DidOrHost::from_str(" ").is_err()); assert!(DidOrHost::from_str("1234").is_err()); - assert!(DidOrHost::from_str("mutli.part.domain").is_ok()); + assert!(DidOrHost::from_str("multi.part.domain").is_ok()); assert!(DidOrHost::from_str("did:is:weird").is_ok()); assert!(DidOrHost::from_str("did:plc:bv6ggog3tya2z3vxsub7hnal").is_ok()); } @@ -275,7 +275,7 @@ lazy_static! { }; } -/// A string identifier representing a UNIX time in miliseconds, plus a small counter +/// A string identifier representing a UNIX time in milliseconds, plus a small counter /// /// Pretty permissive about what can be parsed/accepted, because there were some old TIDs floating /// around with weird format. |