[librsvg] Fix a typo



commit 16b829d817fed70966f42fb069cdb5c33e036837
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Oct 20 21:59:15 2015 -0400

    Fix a typo
    
    It is miscellaneous, not miscellaenous.

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 91c0015..76c9f15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,15 +210,15 @@ AC_SUBST([GTK_PREFIX],[$($PKG_CONFIG --variable=prefix gdk-pixbuf-2.0)])
 AC_SUBST([CAIRO_PREFIX],[$($PKG_CONFIG --variable=prefix cairo)])
 
 dnl ===========================================================================
-dnl Do we build the miscellaenous tools provided with librsvg ?
+dnl Do we build the miscellaneous tools provided with librsvg ?
 
 AC_ARG_ENABLE(tools,
               AC_HELP_STRING([--disable-tools],
-                             [do not build miscellaenous tools [default=no]]),
+                             [do not build miscellaneous tools [default=no]]),
               [build_misc_tools=$enableval],
               [build_misc_tools=yes])
 
-AC_MSG_CHECKING(whether to build miscellaenous tools)
+AC_MSG_CHECKING(whether to build miscellaneous tools)
 if test "x$build_misc_tools" = "xyes" ; then
        AC_MSG_RESULT(yes)
 else
@@ -298,5 +298,5 @@ librsvg-$VERSION
        Build Vala bindings:            ${enable_vala}
        Build GdkPixbuf loader:         ${enable_pixbuf_loader}
         GTK+ $GTK3_REQUIRED or later:           ${have_gtk_3}
-       Build miscellaenous tools:      ${build_misc_tools}
+       Build miscellaneous tools:      ${build_misc_tools}
 "


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]