diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 10:44:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-27 11:49:10 +0200 |
commit | fdd35ea841f319c48e1978dfead703d6cb0996ff (patch) | |
tree | 681595ee1212584523928792baa7ce03b21b18ec /nlpsolver/ThirdParty | |
parent | 8fe85c248d0d45e180db6668b8ac5840c8dc6b1e (diff) |
Fix typos
Change-Id: I380856ca45c835e732fdf080a522caab4534db5b
Reviewed-on: https://gerrit.libreoffice.org/76346
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'nlpsolver/ThirdParty')
-rw-r--r-- | nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/BasicBound.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/BasicBound.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/BasicBound.java index 26e7b5ecbefb..6ed1089d9c79 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/BasicBound.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/BasicBound.java @@ -1,5 +1,5 @@ /** - * Description: provide an bound, and the corresponding operations + * Description: provide a bound, and the corresponding operations * * Author Create/Modi Note * Xiaofeng Xie Oct. 9, 2002 |