Fix some spelling

This commit is contained in:
jriegel
2013-12-02 19:50:35 +01:00
parent 1028c365e1
commit 62fc4c3a1e
6 changed files with 160 additions and 159 deletions

View File

@@ -181,7 +181,7 @@ int QuantityPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)
Py::Object QuantityPy::getNanoMeter(void) const
{
return Py::Object(new QuantityPy(new Quantity(Quantity::NanoMeter)));
return Py::Object(new QuantityPy(new Quantity(Quantity::NanoMetre)));
}