Skip to content

Commit 2440063

Browse files
committed
C#: Fix typo.
1 parent eb23d31 commit 2440063

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/integration-tests/all-platforms/standalone_dependency_dir

1 file changed

+1
-1
lines changed

csharp/ql/integration-tests/all-platforms/standalone_dependency_dir/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test(codeql, csharp, cwd):
88
# dependency directory set above.
99
codeql.database.create(source_root="proj", build_mode="none")
1010

11-
# Check that the packages directory has been created in the dependecies folder.
11+
# Check that the packages directory has been created in the dependencies folder.
1212
packages_dir = os.path.join(path, "packages")
1313
assert os.path.isdir(packages_dir), "The packages directory was not created in the specified dependency directory."
1414
shutil.rmtree(path)

0 commit comments

Comments
 (0)