diff options
Diffstat (limited to 'parts/appwizard/misc.cpp')
-rw-r--r-- | parts/appwizard/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/appwizard/misc.cpp b/parts/appwizard/misc.cpp index 75e8ec28..50399aef 100644 --- a/parts/appwizard/misc.cpp +++ b/parts/appwizard/misc.cpp @@ -35,7 +35,7 @@ void AppWizardUtil::guessAuthorAndEmail(TQString *author, TQString *email) } struct passwd *pw = ::getpwuid(getuid()); - // pw==0 => the system must be really fucked up + // pw==0 => the system must be really messed up if (!pw) return; |