-
-
Notifications
You must be signed in to change notification settings - Fork 45
Fix some typos #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some typos #493
Conversation
@@ -47,7 +47,7 @@ extension NSLock { | |||
} | |||
|
|||
public enum ProcessLockError: Error { | |||
case unableToAquireLock(errno: Int32) | |||
case unableToAcquireLock(errno: Int32) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this enum is public, so this might be a breaking change for some people?
0x6a09_e667, 0xbb67_ae85, 0x3c6e_f372, 0xa54f_f53a, 0x510e_527f, 0x9b05_688c, 0x1f83_d9ab, | ||
0x5be0_cd19, | ||
] | ||
|
||
/// The constants in the algorithm (K). | ||
private static let konstants: [UInt32] = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me know if you prefer k
.
|
Reverted! |
CI test failure seems unrelated to changes?
|
No description provided.