From 6e1bcc2eeecba1418e6641a49a88caa66625b019 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 4 Apr 2016 22:19:36 -0400 Subject: [PATCH] CLI: Fixed misnamed attribute --- src/CLI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CLI.cpp b/src/CLI.cpp index 8981e76a..1a1e6a6e 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -361,7 +361,7 @@ void CLI::canonicalizeNames () } else if (canonicalize (canonical, "hint", raw)) { - a.attribute ("hint", canonical); + a.attribute ("canonical", canonical); a.tag ("HINT"); continue; }