summaryrefslogtreecommitdiffstats
path: root/kuser/kuser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/kuser.cpp')
-rw-r--r--kuser/kuser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuser/kuser.cpp b/kuser/kuser.cpp
index f945b57..cfd3e49 100644
--- a/kuser/kuser.cpp
+++ b/kuser/kuser.cpp
@@ -203,7 +203,7 @@ bool KU::KUser::getDisabled() const
return isDisabled;
}
-// FreeBSD aptqparently uses the GECOS fields differently than other Unices.
+// FreeBSD apparently uses the GECOS fields differently than other Unices.
// Create some better named functions to make the FreeBSD code clear
const TQString &KU::KUser::getOffice() const
{
@@ -381,7 +381,7 @@ void KU::KUser::setDisabled(bool data)
isDisabled = data;
}
-// FreeBSD aptqparently uses the GECOS fields differently than other Unices.
+// FreeBSD apparently uses the GECOS fields differently than other Unices.
// Create some better named functions to make the FreeBSD code clear
void KU::KUser::setOffice(const TQString &data)
{