GP-0: Fixing typo in pyghidra_launcher.py

This commit is contained in:
Ryan Kurtz 2025-01-06 12:30:32 -05:00
parent 895e10871f
commit 2af9fbc6a3

View file

@ -214,7 +214,7 @@ def main() -> None:
print('Run "gradle prepdev" and try again.')
sys.exit(1)
python_cmd = get_venv_exe(venv_dir)
print(f'Switchiing to Ghidra virtual environment: {venv_dir}')
print(f'Switching to Ghidra virtual environment: {venv_dir}')
else:
# If in release mode, offer to install or upgrade PyGhidra before launching from user-controlled environment
pip_args: List[str] = ['-m', 'pip', 'install', '--no-index', '-f', str(dist_dir), 'pyghidra']