Skip to content

Commit

Permalink
Merge pull request #172 from tgonzalezorlandoarm/tg/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling and Update Cargo.lock
  • Loading branch information
tgonzalezorlandoarm authored Oct 5, 2023
2 parents 05e7620 + 03b7b02 commit d435813
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
50 changes: 27 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cryptoki/src/session/session_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl TryFrom<CK_SESSION_INFO> for SessionInfo {
}

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

0 comments on commit d435813

Please sign in to comment.