]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Aug 2016 21:58:30 +0000 (14:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Aug 2016 21:59:28 +0000 (14:59 -0700)
src/data.c

index d14c84e0472195df4c80a7cb1ef61c1490afc710..3a51129d18206220d342fe3d2c1ad760d1d1d467 100644 (file)
@@ -630,8 +630,8 @@ global value outside of any lexical scope.  */)
 }
 
 /* FIXME: It has been previously suggested to make this function an
-   alias for symbol-function, but upon discussion at Debbug#23957,
-   there is a risk breaking backward compatiblity, as some users of
+   alias for symbol-function, but upon discussion at Bug#23957,
+   there is a risk breaking backward compatibility, as some users of
    fboundp may expect `t' in particular, rather than any true
    value.  An alias is still welcome so long as the compatibility
    issues are addressed.  */