Skip to content

Commit 650f95d

Browse files
committed
Fix typo
1 parent e0a5083 commit 650f95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PackageManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ PackageManager::PackageManager(const PythonConfig &config, QWidget *parent)
251251
{
252252
// The main intent of checking access rights of venv is for the Windows bundled
253253
// env, but checking for all venv won't hurt.
254-
// on Windowsn the bundled env is very likely to be installed in
254+
// on Windows the bundled env is very likely to be installed in
255255
// "C:\Programs\Cloud Compare\plugins\Python" and that requires admin rights to add/modify.
256256
// It is better to notify user and prevent them from trying something that will faill.
257257
case PythonConfig::Type::Venv:

0 commit comments

Comments
 (0)