fix(kernel/justification): typo

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-04-24 15:08:10 -07:00
parent 4be4f21de6
commit 1c8e78e3ae

View file

@ -75,7 +75,7 @@ public:
};
/**
\brief Simplifer version of pp_jst_fn
\brief Simpler version of pp_jst_fn
*/
typedef std::function<format(formatter const &, options const &, substitution const &)> pp_jst_sfn;