summaryrefslogtreecommitdiff
path: root/src/tools/mark_pgdllimport.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/mark_pgdllimport.pl')
-rwxr-xr-xsrc/tools/mark_pgdllimport.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/mark_pgdllimport.pl b/src/tools/mark_pgdllimport.pl
index 69fa8e4ae94..0cf71dbc258 100755
--- a/src/tools/mark_pgdllimport.pl
+++ b/src/tools/mark_pgdllimport.pl
@@ -6,7 +6,7 @@
# Perl script that tries to add PGDLLIMPORT markings to PostgreSQL
# header files.
#
-# This relies on a few idiosyncracies of the PostgreSQL coding style,
+# This relies on a few idiosyncrasies of the PostgreSQL coding style,
# such as the fact that we always use "extern" in function
# declarations, and that we don't use // comments. It's not very
# smart and may not catch all cases.