mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix minor spelling errors.
(Found by Lintian.)
This commit is contained in:
@@ -182,7 +182,7 @@ crypt_token_load_external(struct crypt_device *cd, const char *name, struct cryp
|
||||
if (r < 0 || (size_t)r >= sizeof(buf))
|
||||
*buf = '\0';
|
||||
|
||||
log_dbg(cd, "Token handler %s-%s loaded sucessfuly.", token->name, buf);
|
||||
log_dbg(cd, "Token handler %s-%s loaded successfully.", token->name, buf);
|
||||
|
||||
token->dlhandle = h;
|
||||
ret->version = 2;
|
||||
|
||||
Reference in New Issue
Block a user