mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
Fixed typo.
This commit is contained in:
parent
ba69e941ed
commit
0426e95e55
@ -54,7 +54,7 @@ namespace Moses
|
||||
{
|
||||
typedef std::map<std::string, xmlrpc_c::value> params_t;
|
||||
|
||||
params_t::const_iterator si = params.find("search-algoritm");
|
||||
params_t::const_iterator si = params.find("search-algorithm");
|
||||
if (si != params.end())
|
||||
{
|
||||
// use named parameters
|
||||
|
Loading…
Reference in New Issue
Block a user