From: Reimar Döffinger Date: Wed, 5 Oct 2016 20:47:17 +0000 (+0200) Subject: Fix typo, not sure what it fixes though. X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=commitdiff_plain;h=cb6c51a9e158116e4f5705923f99eb3c5c200af2 Fix typo, not sure what it fixes though. --- diff --git a/src/com/hughes/android/dictionary/parser/wiktionary/EnFunctionCallbacks.java b/src/com/hughes/android/dictionary/parser/wiktionary/EnFunctionCallbacks.java index 90535cc..29c57a9 100644 --- a/src/com/hughes/android/dictionary/parser/wiktionary/EnFunctionCallbacks.java +++ b/src/com/hughes/android/dictionary/parser/wiktionary/EnFunctionCallbacks.java @@ -740,7 +740,7 @@ class EnFunctionCallbacks { appendAndIndexWikiCallback.dispatch(f, null, null); appendAndIndexWikiCallback.builder.append(" {f}"); } - final String m = namedArgs.remove("f"); + final String m = namedArgs.remove("m"); if (m != null) { appendAndIndexWikiCallback.builder.append(", "); appendAndIndexWikiCallback.dispatch(m, null, null); @@ -1227,4 +1227,4 @@ static final class it_conj_are implements Fu } -} \ No newline at end of file +}