mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Unify spelling of "canceled", "canceling", "cancellation"
We had previously (af26857a27
)
established the U.S. spellings as standard.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user