From f2fee60486ff33be4fcebd723aa125b6d043b5f4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 13 Oct 2022 11:17:05 -0400 Subject: [PATCH] spelling: access Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- python/ql/lib/semmle/python/frameworks/Stdlib.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/lib/semmle/python/frameworks/Stdlib.qll b/python/ql/lib/semmle/python/frameworks/Stdlib.qll index 04c5ddc446d..d9ac198e89c 100644 --- a/python/ql/lib/semmle/python/frameworks/Stdlib.qll +++ b/python/ql/lib/semmle/python/frameworks/Stdlib.qll @@ -2403,7 +2403,7 @@ private module StdlibPrivate { /** * Gets a name of a constructor for a `pathlib.Path` object. - * We include the pure paths, as they can be "exported" (say with `as_posix`) and then used to acces the underlying file system. + * We include the pure paths, as they can be "exported" (say with `as_posix`) and then used to access the underlying file system. */ private string pathlibPathConstructor() { result in ["Path", "PurePath", "PurePosixPath", "PureWindowsPath", "PosixPath", "WindowsPath"]