From cb6c51a9e158116e4f5705923f99eb3c5c200af2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Wed, 5 Oct 2016 22:47:17 +0200 Subject: [PATCH] Fix typo, not sure what it fixes though. --- .../dictionary/parser/wiktionary/EnFunctionCallbacks.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.43.0