X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fpreproc%2Feqn%2Fother.cpp;h=1ddc8fbe55eaf26288c263acf9e2737f749f2a18;hb=0d03474e524253d1b583bb009956b22749efffb1;hp=8db993fb1b30a84653f6ad6c17f7aa96ecba7278;hpb=23a127f15b8a2bc7781bcc05cc83c8dc68d6f6ef;p=platform%2Fupstream%2Fgroff.git diff --git a/src/preproc/eqn/other.cpp b/src/preproc/eqn/other.cpp index 8db993f..1ddc8fb 100644 --- a/src/preproc/eqn/other.cpp +++ b/src/preproc/eqn/other.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -/* Copyright (C) 1989-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2020 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) This file is part of groff. @@ -17,6 +17,10 @@ for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include "eqn.h" @@ -649,7 +653,7 @@ void hmotion_box::output() p->output(); } else if (output_format == mathml) { - printf("eqn horizontal motion cannot be expessed " + printf("eqn horizontal motion cannot be expressed " "in MathML"); p->output(); }