From: Robert Haas Date: Thu, 23 Feb 2012 00:44:52 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: REL9_2_BETA1~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f74f9a277c37b42c570ce01019f815abbec58ba0;p=postgresql Fix typo in comment. Sandro Santilli --- diff --git a/src/backend/commands/extension.c b/src/backend/commands/extension.c index 6ecbbc7fe3..a9963ac93b 100644 --- a/src/backend/commands/extension.c +++ b/src/backend/commands/extension.c @@ -876,7 +876,7 @@ execute_extension_script(Oid extensionOid, ExtensionControlFile *control, /* * If it's not relocatable, substitute the target schema name for - * occcurrences of @extschema@. + * occurrences of @extschema@. * * For a relocatable extension, we needn't do this. There cannot be * any need for @extschema@, else it wouldn't be relocatable.