Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavy Defaud <davy.defaud@free.fr>2019-01-27 21:47:11 +0300
committerDavy Defaud <davy.defaud@free.fr>2019-01-27 21:47:11 +0300
commitf46bfa9599b5a4b9c90e27d004fc424b4a4a6e33 (patch)
tree9b6313ec753bed10d50fe1c676dd844b47dedac9 /src/remmina_plugin_manager.c
parentb266c8e1707520b157cac395a551af63eeb23146 (diff)
Replace single quotes by true apostrophes
Diffstat (limited to 'src/remmina_plugin_manager.c')
-rw-r--r--src/remmina_plugin_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_plugin_manager.c b/src/remmina_plugin_manager.c
index ac2749bb6..380c0ebbb 100644
--- a/src/remmina_plugin_manager.c
+++ b/src/remmina_plugin_manager.c
@@ -266,7 +266,7 @@ static void remmina_plugin_manager_load_plugin(const gchar *name)
return;
}
- /* We don't close the module because we will need it throughout the process lifetime */
+ /* We don’t close the module because we will need it throughout the process lifetime */
}
void remmina_plugin_manager_init(void)