summaryrefslogtreecommitdiff
path: root/contrib/cube
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-09-10 04:36:42 +0000
committerNeil Conway <neilc@samurai.com>2004-09-10 04:36:42 +0000
commitbc4911bb43cb5e699f92672adf3db561471364d7 (patch)
tree2bdb88195a1e637026c57cf75fa8c17efeead739 /contrib/cube
parent87438cb90e77b2966223de6914e6285e4a8e0b33 (diff)
downloadpostgresql-bc4911bb43cb5e699f92672adf3db561471364d7.tar.gz
Fix two typos in comments.
Diffstat (limited to 'contrib/cube')
-rw-r--r--contrib/cube/cubeparse.y2
1 files changed, 1 insertions, 1 deletions
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 */