summaryrefslogtreecommitdiffstats
path: root/tdeprint/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/util.h')
-rw-r--r--tdeprint/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/util.h b/tdeprint/util.h
index 6b966d7c0..dafcdaa90 100644
--- a/tdeprint/util.h
+++ b/tdeprint/util.h
@@ -31,7 +31,7 @@ void urlToSmb(const KURL& url, TQString& work, TQString& server, TQString& print
// strange characters ('@', '/'). In this case, those chars are not encoded
// as other SMB tools (smbspool) doesn't seem to support encoding. This
// utilities allow to continue working KURL class (and encoding) within
-// KDEPrint, but without encoding outside KDEPrint (shoudl fix bug #38733)
+// TDEPrint, but without encoding outside TDEPrint (should fix bug #38733)
TDEPRINT_EXPORT TQString buildSmbURI( const TQString& work, const TQString& server, const TQString& printer, const TQString& user, const TQString& passwd );
TDEPRINT_EXPORT bool splitSmbURI( const TQString& uri, TQString& work, TQString& server, TQString& printer, TQString& user, TQString& passwd );