File: msktutil_typo.patch

package info (click to toggle)
msktutil 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 492 kB
  • sloc: cpp: 5,287; xml: 231; ansic: 85; sh: 80; makefile: 69
file content (11 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/msktutil.cpp
+++ b/msktutil.cpp
@@ -691,7 +691,7 @@
                     fprintf(stderr, "Error: set_password failed\n");
                     if (flags->use_service_account) {
                         fprintf(stderr,
-                                "Hint: Does your password policy allow to "
+                                "Hint: Does your password policy allow you to "
                                 "change %s's password?\n",
                                 flags->sAMAccountName.c_str()
                             );