From bc4911bb43cb5e699f92672adf3db561471364d7 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Fri, 10 Sep 2004 04:36:42 +0000 Subject: Fix two typos in comments. --- contrib/cube/cubeparse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cube') diff --git a/contrib/cube/cubeparse.y b/contrib/cube/cubeparse.y index c92bc7b474..9157496672 100644 --- a/contrib/cube/cubeparse.y +++ b/contrib/cube/cubeparse.y @@ -10,7 +10,7 @@ #include "cubedata.h" -#undef yylex /* falure to redefine yylex will result in a call to the */ +#undef yylex /* failure to redefine yylex will result in a call to the */ #define yylex cube_yylex /* wrong scanner when running inside the postgres backend */ extern int yylex(void); /* defined as cube_yylex in cubescan.l */ -- cgit v1.2.1