Fix typo in comment.

Sandro Santilli
This commit is contained in:
Robert Haas 2012-02-22 19:44:52 -05:00
parent 4e6092a227
commit f74f9a277c
1 changed files with 1 additions and 1 deletions

View File

@ -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.