diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 787ae32602..198c721826 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
@@ -1614,7 +1614,7 @@ bar
such as \set :foo 'something' and get soft
links
or variable variables
of Perl
or PHP fame, respectively.
- Unfortunately (or fortunately?), there is not way to do anything useful
+ Unfortunately (or fortunately?), there is no way to do anything useful
with these constructs. On the
other hand, \set bar :foo is a perfectly valid way to copy
a variable.
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c
index c9f0b63418..9ea8c6e02a 100644
--- a/src/bin/psql/command.c
+++ b/src/bin/psql/command.c
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.32 2000/05/05 09:38:40 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.33 2000/05/12 00:54:53 momjian Exp $
*/
#include "postgres.h"
#include "command.h"
@@ -814,7 +814,6 @@ scan_option(char **string, enum option_type type, char *quote)
switch (options_string[pos])
{
-
/*
* Double quoted string
*/