Skip to content

Commit d435813

Browse files
Merge pull request #172 from tgonzalezorlandoarm/tg/fix-spelling
Fix spelling and Update Cargo.lock
2 parents 05e7620 + 03b7b02 commit d435813

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

Cargo.lock

Lines changed: 27 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptoki/src/session/session_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl TryFrom<CK_SESSION_INFO> for SessionInfo {
6666
}
6767

6868
/// The current state of the session which describes access to token and session
69-
/// obects based on user type and login status
69+
/// objects based on user type and login status
7070
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
7171
pub enum SessionState {
7272
/// The session has read-only access to public token objects and R/W access

0 commit comments

Comments
 (0)