summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/generic/printer/printerinfomanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/printer/printerinfomanager.cxx b/vcl/unx/generic/printer/printerinfomanager.cxx
index ef140ad429b7..a2d99ccf0e59 100644
--- a/vcl/unx/generic/printer/printerinfomanager.cxx
+++ b/vcl/unx/generic/printer/printerinfomanager.cxx
@@ -775,7 +775,7 @@ static void lpgetSysQueueTokenHandler(
o_rQueues.back().m_aComment = OStringToOUString(aComment, aEncoding);
continue;
}
- // look for "location" attribute, inser as location
+ // look for "location" attribute, insert as location
nPos = line.indexOf( aLocStr, 0 );
if( nPos != -1 )
{