Fix typo, per Tom
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 9 Jun 2009 19:36:28 +0000 (19:36 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 9 Jun 2009 19:36:28 +0000 (19:36 +0000)
src/backend/postmaster/autovacuum.c

index 3bdb12e3b0ff9c37faef99acd3f92fbf6c1461e5..9eb9e4694c5d396c1a6de79a7973b66132ae8580 100644 (file)
@@ -123,7 +123,7 @@ int                 Log_autovacuum_min_duration = -1;
 /* how long to keep pgstat data in the launcher, in milliseconds */
 #define STATS_READ_DELAY 1000
 
-/* the minimum allowed time between two awakening of the launcher */
+/* the minimum allowed time between two awakenings of the launcher */
 #define MIN_AUTOVAC_SLEEPTIME 100.0 /* milliseconds */
 
 /* Flags to tell if we are in an autovacuum process */