Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit d0f4cfe

Browse files
committed
[PythonKit] Fixed typo
1 parent e531f3a commit d0f4cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonKit/PythonLibrary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ extension PythonLibrary {
188188
#endif
189189

190190
if pythonLibraryHandle != nil {
191-
self.log("Library at '\(path)' was sucessfully loaded.")
191+
self.log("Library at '\(path)' was successfully loaded.")
192192
}
193193
return pythonLibraryHandle
194194
}

0 commit comments

Comments
 (0)