Переглянути джерело

Typo fix Install.pas

Successfully fixed some typos ;-)
jogo- 7 роки тому
батько
коміт
c8196d6014
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      Projects/Install.pas

+ 4 - 4
Projects/Install.pas

@@ -2143,7 +2143,7 @@ var
               DidDeleteKey := False;
               DidDeleteKey := False;
               if roDeleteKey in Options then begin
               if roDeleteKey in Options then begin
                 if IsDeletableSubkey(S) then begin
                 if IsDeletableSubkey(S) then begin
-                  Log('Deleting the key. ');
+                  Log('Deleting the key.');
                   RegDeleteKeyIncludingSubkeys(RV, RootKey, PChar(S));
                   RegDeleteKeyIncludingSubkeys(RV, RootKey, PChar(S));
                   DidDeleteKey := True;
                   DidDeleteKey := True;
                 end else
                 end else
@@ -2292,11 +2292,11 @@ var
                             RegError(reRegSetValueEx, RootKey, S, ErrorCode);
                             RegError(reRegSetValueEx, RootKey, S, ErrorCode);
                         end;
                         end;
                       end;
                       end;
-                    Log('Succesfully created or set the value.');
+                    Log('Successfully created or set the value.');
                   end else if roDeleteValue in Options then
                   end else if roDeleteValue in Options then
-                    Log('Successully deleted the value.')
+                    Log('Successfully deleted the value.')
                   else
                   else
-                    Log('Successully created the key.')
+                    Log('Successfully created the key.')
                   { Our work is done. }
                   { Our work is done. }
                 finally
                 finally
                   RegCloseKey(K);
                   RegCloseKey(K);