summaryrefslogtreecommitdiff
path: root/src/port/path.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-06-29 09:26:14 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-07-02 23:30:01 +0300
commit6b23ba1093d298a41463a24f091c6f86be406449 (patch)
tree70329bb4476d1226cea9547b23a18535d1785c32 /src/port/path.c
parent678a6d03441fc5acb18fdd43afdd2dd4145c0593 (diff)
Unify spelling of "canceled", "canceling", "cancellation"
We had previously (af26857a2775e7ceb0916155e931008c2116632f) established the U.S. spellings as standard.
Diffstat (limited to 'src/port/path.c')
-rw-r--r--src/port/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/path.c b/src/port/path.c
index 0d40a0bb9c1..6991bc7247b 100644
--- a/src/port/path.c
+++ b/src/port/path.c
@@ -304,7 +304,7 @@ canonicalize_path(char *path)
}
else if (pending_strips > 0 && *spath != '\0')
{
- /* trim a regular directory name cancelled by ".." */
+ /* trim a regular directory name canceled by ".." */
trim_directory(path);
pending_strips--;
/* foo/.. should become ".", not empty */