From 7c6609eaca0825cd0b2ab1c86c9791e77502cfc9 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 1 Jun 2023 17:01:30 +0100 Subject: [PATCH] FilePathSyntax.swift: fix doc comment typo `Appliations` -> `Applications` --- Sources/System/FilePath/FilePathSyntax.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/System/FilePath/FilePathSyntax.swift b/Sources/System/FilePath/FilePathSyntax.swift index a72fe4ea..1c3fc097 100644 --- a/Sources/System/FilePath/FilePathSyntax.swift +++ b/Sources/System/FilePath/FilePathSyntax.swift @@ -340,8 +340,8 @@ extension FilePath { /// Returns `nil` if `lastComponent` is `nil` /// /// * `/tmp/foo.txt => foo` - /// * `/Appliations/Foo.app/ => Foo` - /// * `/Appliations/Foo.app/bar.txt => bar` + /// * `/Applications/Foo.app/ => Foo` + /// * `/Applications/Foo.app/bar.txt => bar` /// * `/tmp/.hidden => .hidden` /// * `/tmp/.. => ..` /// * `/ => nil`