diff --git a/src/System Application/App/Upgrade Tags/src/UpgradeTag.Codeunit.al b/src/System Application/App/Upgrade Tags/src/UpgradeTag.Codeunit.al
index 7d4ba4331fe..78525bb555f 100644
--- a/src/System Application/App/Upgrade Tags/src/UpgradeTag.Codeunit.al
+++ b/src/System Application/App/Upgrade Tags/src/UpgradeTag.Codeunit.al
@@ -85,7 +85,7 @@ codeunit 9999 "Upgrade Tag"
/// Sets the upgrade tag to skipped.
///
/// Tag code to set the Skipped Upgrade field
- /// Name of the company to check existance of tag
+ /// Name of the company
/// Sets the Skipped Upgrade field
procedure SetSkippedUpgrade(ExistingTag: Code[250]; TagCompanyName: Code[30]; SkipUpgrade: Boolean)
begin