Commit 7ef8d67d authored by jcole@tetra.spaceapes.com's avatar jcole@tetra.spaceapes.com
Browse files

Spelling mistake in sql/Makefile.am

parent a63a654a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 $<