summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorUdo Schuermann <udo@ringlord.com>2012-04-16 21:48:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-16 21:48:01 +0100
commit0c558610bdc5b9abc8e81b45e545983cc3a79670 (patch)
tree0dbf604cb4b08bdd5155dc3d651f643fc0aa318f /package
parent5e26d135dac662d2cc2c448a851ef4b9f6c6133f (diff)
a tiny spelling mistak
Diffstat (limited to 'package')
-rw-r--r--package/source/manifest/ManifestExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/manifest/ManifestExport.cxx b/package/source/manifest/ManifestExport.cxx
index 40786dbd21ad..8bbb4ce1340d 100644
--- a/package/source/manifest/ManifestExport.cxx
+++ b/package/source/manifest/ManifestExport.cxx
@@ -302,7 +302,7 @@ ManifestExport::ManifestExport( uno::Reference< xml::sax::XDocumentHandler > xHa
sEncAlgName = sBlowfish_Name;
}
else
- throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Unexpecte encryption algorithm is provided!" ) ), uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected encryption algorithm is provided!" ) ), uno::Reference< uno::XInterface >() );
pNewAttrList->AddAttribute ( sAlgorithmNameAttribute, sCdataAttribute, sEncAlgName );