Imported Upstream version 1.6.7
[platform/upstream/cryptsetup.git] / src / utils_password.c
index 3723ec2..541806c 100644 (file)
@@ -2,7 +2,7 @@
  * Password quality check wrapper
  *
  * Copyright (C) 2012, Red Hat, Inc. All rights reserved.
- * Copyright (C) 2012, Milan Broz
+ * Copyright (C) 2012-2014, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -39,7 +39,7 @@ static int tools_check_pwquality(const char *password)
 
        r = pwquality_read_config(pwq, NULL, &auxerror);
        if (r) {
-               log_err(_("Cannot check passsword quality: %s\n"),
+               log_err(_("Cannot check password quality: %s\n"),
                        pwquality_strerror(NULL, 0, r, auxerror));
                pwquality_free_settings(pwq);
                return -EINVAL;