]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2016 15:16:01 +0000 (08:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2016 15:16:01 +0000 (08:16 -0700)
configure.ac

index 917ca3a2f3db3545d5da83117e2fc5b469bfb9f1..790ff84365e9ea1c2927cbc3d1fc37a4a1246407 100644 (file)
@@ -876,7 +876,7 @@ AC_ARG_ENABLE([gcc-warnings],
    # is a developer as opposed to a builder.  This is most likely true
    # if GCC is recent enough and there is a .git subdirectory;
    # however, if there is also a .tarball-version file it is probably
-   # just a reliease imported into Git for patch management.
+   # just a release imported into Git for patch management.
    gl_gcc_warnings=no
    test -d "$srcdir"/.git && test ! -f "$srcdir"/.tarball-version &&
      gl_GCC_VERSION_IFELSE([5], [3], [gl_gcc_warnings=warn-only])]