From ce62ca732cb21a5e4aa1b473ae749a523604aeb5 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 16 Jun 2022 01:08:49 +0200 Subject: [PATCH] fixtypo --- tom/src/tom/commands/integratecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tom/src/tom/commands/integratecommand.cpp b/tom/src/tom/commands/integratecommand.cpp index 58f490438..d253c7f56 100644 --- a/tom/src/tom/commands/integratecommand.cpp +++ b/tom/src/tom/commands/integratecommand.cpp @@ -158,7 +158,7 @@ int IntegrateCommand::integratePwsh() const const auto profileFileRelative = QStringLiteral("%1/Microsoft.PowerShell_profile.ps1") .arg(powershellFolder); - // Get system dependant Documents folder + // Get system dependant PowerShell folder const auto pwshProfileFolder = getPwshProfileFolder(); const QDir documentsDir(pwshProfileFolder);