1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Spelling mistake in sql/Makefile.am

sql/Makefile.am:
  Spelling mistake.
This commit is contained in:
unknown
2000-08-22 04:36:43 -05:00
parent 69bb38752c
commit 11f402b310

View File

@@ -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 $<