summaryrefslogtreecommitdiffstats
path: root/scaddins/source/pricing/pricing.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins/source/pricing/pricing.cxx')
-rw-r--r--scaddins/source/pricing/pricing.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scaddins/source/pricing/pricing.cxx b/scaddins/source/pricing/pricing.cxx
index 8da57250bddc..7453fd8eacbf 100644
--- a/scaddins/source/pricing/pricing.cxx
+++ b/scaddins/source/pricing/pricing.cxx
@@ -476,7 +476,7 @@ uno::Sequence< sheet::LocalizedName > SAL_CALL ScaPricingAddIn::getCompatibility
}
// actual function implementation starts here
-// auxillary input handling functions
+// auxiliary input handling functions
namespace {
bool getinput_putcall(bs::types::PutCall& pc, const OUString& str) {
@@ -581,7 +581,7 @@ bool getinput_greek(bs::types::Greeks& greek, const uno::Any& anyval) {
return true;
}
-} // namespace for auxillary functions
+} // namespace for auxiliary functions
// OPT_BARRIER(...)
double SAL_CALL ScaPricingAddIn::getOptBarrier( double spot, double vol,