Skip to content

Commit

Permalink
doc: Minor Changes update & comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 15, 2024
1 parent d391e06 commit 9cb2f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ packaging:
- StrawBerry Perl 5.38.2
* Windows MSI installer is only provided for x64
* Fix MSI "Back" button on "VerifyReady" dialog in Repair or Remove mode
* Fix MSI to reuse InstallDir set in registry on upgrade
* Updated Windows packages 7-Zip commandline tools to v23.01
* Fix the way Glpi-AgentMonitor is stopped during upgrade to prevent service
installation issues
Expand All @@ -112,6 +111,7 @@ packaging:
even if LOCAL was not used or it was set empty in installer UI
* Enhanced CVE-2024-28241 fix to only apply folder security if install folder and
eventually LOCAL folder are subfolders of system "Program Files" folder
* Fix MSI to reuse InstallDir set in registry on upgrade

1.7.2 Mon, 25 Mar 2024

Expand Down
2 changes: 1 addition & 1 deletion lib/GLPI/Agent/Task/Deploy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ sub processRemote {

$logger->debug2("Processing for job $job->{uuid}...");

# Run partial software inventory if requried and job processing has started
# Run partial software inventory if required and job processing has started
$self->{_software_inventory_required} = 1
if $job->requiresSoftwaresInventory();

Expand Down

0 comments on commit 9cb2f77

Please sign in to comment.