coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
376 stars 127 forks source link

Spelling mistake in error message in MATLAB #24

Closed svigerske closed 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: johanlofberg

Original creation time: 2014-10-08 06:12:40

Assignee: ferreau

Version: 3.0.0

The following error message is wrong

ERROR:  Set options.enableRegulariation=BT_TRUE for solving LPs

Should be enableRegularisation

Caused some head-scratching as my copy-pasted code failed to work...

svigerske commented 4 years ago

Comment by buchner created at 2014-10-13 08:57:01

Resolution: fixed

svigerske commented 4 years ago

Comment by buchner created at 2014-10-13 09:00:48

Fixed in trunk.