remote: Fix comment typo

Change-Id: Ie466a95d354dc8c9d6960f713948426dadc58241
diff --git a/src/osmo_gsm_tester/remote.py b/src/osmo_gsm_tester/remote.py
index bd657c0..c5246ce 100644
--- a/src/osmo_gsm_tester/remote.py
+++ b/src/osmo_gsm_tester/remote.py
@@ -174,7 +174,7 @@
     def change_elf_rpath(self, binary_path, paths):
         '''
         Change RPATH field in ELF executable binary.
-        This feature can be used to tell the loaded to load the trial libraries, as
+        This feature can be used to tell the loader to load the trial libraries, as
         LD_LIBRARY_PATH is disabled for paths with modified capabilities.
         '''
         patchelf_bin = self.remote_env.get('PATCHELF_BIN', None)