diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-05-23 13:17:41 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-05-24 12:00:59 +1200 |
commit | 7988cb446d20512ec9d091db66dba6adee3f3d4b (patch) | |
tree | 10d1905c7b7fa400388b133a99c63e576dec7bb7 /src/backend/storage/file/sharedfileset.c | |
parent | 73b8c3bd2889fed986044e15aefd0911f96ccdd3 (diff) | |
download | postgresql-7988cb446d20512ec9d091db66dba6adee3f3d4b.tar.gz postgresql-7988cb446d20512ec9d091db66dba6adee3f3d4b.zip |
Fix typos.
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com
Diffstat (limited to 'src/backend/storage/file/sharedfileset.c')
-rw-r--r-- | src/backend/storage/file/sharedfileset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/file/sharedfileset.c b/src/backend/storage/file/sharedfileset.c index e922431a4af..3cfc0c385c8 100644 --- a/src/backend/storage/file/sharedfileset.c +++ b/src/backend/storage/file/sharedfileset.c @@ -9,7 +9,7 @@ * IDENTIFICATION * src/backend/storage/file/sharedfileset.c * - * SharefFileSets provide a temporary namespace (think directory) so that + * SharedFileSets provide a temporary namespace (think directory) so that * files can be discovered by name, and a shared ownership semantics so that * shared files survive until the last user detaches. * |