From 7988cb446d20512ec9d091db66dba6adee3f3d4b Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Thu, 23 May 2019 13:17:41 +1200 Subject: Fix typos. Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com --- src/backend/storage/file/sharedfileset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage/file/sharedfileset.c') 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. * -- cgit v1.2.3