summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjcole@tetra.spaceapes.com <>2000-08-22 04:36:43 -0500
committerjcole@tetra.spaceapes.com <>2000-08-22 04:36:43 -0500
commit7ef8d67d6b7c422aaf57b10b13e80fdcadd69882 (patch)
tree7cee7fcfcb79bef4533ccf5a6891b47dd1b3a39b /sql
parenta63a654adba2c6541ed5428a513af5f9d922af83 (diff)
downloadmariadb-git-7ef8d67d6b7c422aaf57b10b13e80fdcadd69882.tar.gz
Spelling mistake in sql/Makefile.am
Diffstat (limited to 'sql')
-rw-r--r--sql/Makefile.am2
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 $<