diff --git a/src/srcrepair/FrmUpdate.cs b/src/srcrepair/FrmUpdate.cs
index 71e4543d..60c4ab79 100644
--- a/src/srcrepair/FrmUpdate.cs
+++ b/src/srcrepair/FrmUpdate.cs
@@ -34,14 +34,14 @@ public partial class FrmUpdate : Form
private readonly string UserAgent;
///
- /// Stores the full path to the local updates directory.
+ /// Stores full path to the application installation directory.
///
- private readonly string AppUpdateDir;
+ private readonly string FullAppPath;
///
- /// Stores the application installation directory.
+ /// Stores the full path to the local updates directory.
///
- private readonly string FullAppPath;
+ private readonly string AppUpdateDir;
///
/// Stores an instance of the UpdateManager class for working