Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann committed Aug 10, 2015
1 parent ba69e94 commit 0426e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moses/parameters/SearchOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0426e95

Please sign in to comment.