diff options
author | unknown <jcole@tetra.spaceapes.com> | 2000-08-22 04:36:43 -0500 |
---|---|---|
committer | unknown <jcole@tetra.spaceapes.com> | 2000-08-22 04:36:43 -0500 |
commit | 11f402b3108b0c6ef5744bd13164607dd9fba3c0 (patch) | |
tree | 7cee7fcfcb79bef4533ccf5a6891b47dd1b3a39b /sql | |
parent | 69bb38752c8ce269ae6083ec125606125239b446 (diff) | |
download | mariadb-git-11f402b3108b0c6ef5744bd13164607dd9fba3c0.tar.gz |
Spelling mistake in sql/Makefile.am
sql/Makefile.am:
Spelling mistake.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 51a9c1e09fc..58ab8f69304 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -111,7 +111,7 @@ sql_yacc.cc: sql_yacc.yy sql_yacc.h: sql_yacc.yy sql_yacc.o: sql_yacc.cc sql_yacc.h - @echo "Note: The folloing compile may take a long time." + @echo "Note: The following compile may take a long time." @echo "If it fails, re-run configure with --with-low-memory" $(CXXCOMPILE) $(LM_CFLAGS) -c $< |