diff options
author | jcole@tetra.spaceapes.com <> | 2000-08-22 04:36:43 -0500 |
---|---|---|
committer | jcole@tetra.spaceapes.com <> | 2000-08-22 04:36:43 -0500 |
commit | 7ef8d67d6b7c422aaf57b10b13e80fdcadd69882 (patch) | |
tree | 7cee7fcfcb79bef4533ccf5a6891b47dd1b3a39b /sql | |
parent | a63a654adba2c6541ed5428a513af5f9d922af83 (diff) | |
download | mariadb-git-7ef8d67d6b7c422aaf57b10b13e80fdcadd69882.tar.gz |
Spelling mistake in sql/Makefile.am
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 $< |