summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-21 20:13:00 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-04-22 15:48:11 +0200
commit9762353cf7dc7bf42118d9dae2488c977af0c484 (patch)
treeadf4d14e519ddca731ec491810e64227811732ae /cli_ure
parent1ab14c62587276e81d9ad4a7c627ea947c29d9dd (diff)
Fix typos
Change-Id: I49d7dc8a2cbcba5413d05d97559321e672ed413a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92655 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/climaker_emit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx
index 0f3c3b73a0b9..e34a9b088bda 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -1844,7 +1844,7 @@ Assembly ^ TypeEmitter::type_resolve(
System::String::typeid};
ilGen->Emit(Emit::OpCodes::Call,
System::String::typeid->GetMethod("Concat", arConcatParams));
- //load contex argument
+ //load context argument
ilGen->Emit(Emit::OpCodes::Ldarg_0);
ilGen->Emit(Emit::OpCodes::Newobj, ctorDeploymentException);
ilGen->Emit(Emit::OpCodes::Throw);//Exception(typeDeploymentExc);