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:
authorYuri Chornoivan <yurchor@ukr.net>2020-05-01 21:57:27 +0300
committerYuri Chornoivan <yurchor@ukr.net>2020-05-01 22:00:19 +0300
commit52601538f4f49253931ac9636ec37777b742334b (patch)
treeb0b92aed1053f6287f278bdadaadc105e1a1d30f
parent334055d328fbe7a1f58c7f476560f615cfb54c9f (diff)
Fix minor typos
-rw-r--r--plugins/exec/exec_plugin.c2
-rw-r--r--plugins/rdp/rdp_cliprdr.c2
-rw-r--r--plugins/rdp/rdp_event.c2
-rw-r--r--plugins/rdp/rdp_plugin.c4
-rw-r--r--plugins/vnc/vnc_plugin.c2
-rw-r--r--plugins/vnc/vnc_plugin.h2
-rw-r--r--plugins/www/www_utils.c2
-rw-r--r--plugins/www/www_utils.h2
-rw-r--r--src/rcw.c6
-rw-r--r--src/remmina.c32
-rw-r--r--src/remmina_main.c4
-rw-r--r--src/remmina_pref.h2
-rw-r--r--src/remmina_protocol_widget.c4
-rw-r--r--src/remmina_public.c6
-rw-r--r--src/remmina_public.h4
-rw-r--r--src/remmina_ssh.c2
-rw-r--r--src/remmina_ssh_plugin.c10
-rw-r--r--src/remmina_stats.c12
-rw-r--r--src/remmina_utils.c6
19 files changed, 53 insertions, 53 deletions
diff --git a/plugins/exec/exec_plugin.c b/plugins/exec/exec_plugin.c
index d7308cd4e..8a0df8b9f 100644
--- a/plugins/exec/exec_plugin.c
+++ b/plugins/exec/exec_plugin.c
@@ -262,7 +262,7 @@ static gboolean remmina_plugin_exec_close(RemminaProtocolWidget *gp)
static const RemminaProtocolSetting remmina_plugin_exec_basic_settings[] =
{
{ REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "execcommand", N_("Command"), FALSE, NULL, NULL},
- { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "runasync", N_("Asynchrounous execution"), FALSE, NULL, NULL},
+ { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "runasync", N_("Asynchronous execution"), FALSE, NULL, NULL},
{ REMMINA_PROTOCOL_SETTING_TYPE_END, NULL, NULL, FALSE, NULL, NULL }
};
diff --git a/plugins/rdp/rdp_cliprdr.c b/plugins/rdp/rdp_cliprdr.c
index 391c6bcc8..e8be15287 100644
--- a/plugins/rdp/rdp_cliprdr.c
+++ b/plugins/rdp/rdp_cliprdr.c
@@ -229,7 +229,7 @@ static UINT remmina_rdp_cliprdr_server_format_list(CliprdrClientContext* context
TRACE_CALL(__func__);
/* Called when a user do a "Copy" on the server: we collect all formats
- * the server send us and then setup the local clipboard with the appropiate
+ * the server send us and then setup the local clipboard with the appropriate
* targets to request server data */
RemminaPluginRdpUiObject* ui;
diff --git a/plugins/rdp/rdp_event.c b/plugins/rdp/rdp_event.c
index bd96bf8a4..52f580c7b 100644
--- a/plugins/rdp/rdp_event.c
+++ b/plugins/rdp/rdp_event.c
@@ -951,7 +951,7 @@ void remmina_rdp_event_update_scale(RemminaProtocolWidget* gp)
remmina_rdp_event_create_cairo_surface(rfi);
}
- /* Send gdi->width and gdi->height obtanied from remote server to gp plugin,
+ /* Send gdi->width and gdi->height obtained from remote server to gp plugin,
* so they will be saved when closing connection */
if (width != gdi->width)
remmina_plugin_service->protocol_plugin_set_width(gp, gdi->width);
diff --git a/plugins/rdp/rdp_plugin.c b/plugins/rdp/rdp_plugin.c
index ac5077522..1f05611da 100644
--- a/plugins/rdp/rdp_plugin.c
+++ b/plugins/rdp/rdp_plugin.c
@@ -1092,7 +1092,7 @@ static gboolean remmina_rdp_main(RemminaProtocolWidget *gp)
/**
* Proxy support
- * Proxy settings are hidden at the moment as an advanced feauture
+ * Proxy settings are hidden at the moment as an advanced feature
*/
gchar *proxy_type = g_strdup(remmina_plugin_service->file_get_string(remminafile, "proxy_type"));
gchar *proxy_username = g_strdup(remmina_plugin_service->file_get_string(remminafile, "proxy_username"));
@@ -2070,7 +2070,7 @@ static const RemminaProtocolSetting remmina_rdp_advanced_settings[] =
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "disableautoreconnect", N_("Turn off automatic reconnection"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "relax-order-checks", N_("Relax order checks"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "glyph-cache", N_("Glyph cache"), TRUE, NULL, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "multitransport", N_("Enable multitransport protocol (UDP)"), TRUE, NULL, N_("Using the UDP protocol may improve perfromance") },
+ { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "multitransport", N_("Enable multitransport protocol (UDP)"), TRUE, NULL, N_("Using the UDP protocol may improve performance") },
{ REMMINA_PROTOCOL_SETTING_TYPE_END, NULL, NULL, FALSE, NULL, NULL }
};
diff --git a/plugins/vnc/vnc_plugin.c b/plugins/vnc/vnc_plugin.c
index 118467498..2a65bc738 100644
--- a/plugins/vnc/vnc_plugin.c
+++ b/plugins/vnc/vnc_plugin.c
@@ -172,7 +172,7 @@ static void remmina_plugin_vnc_event_free_all(RemminaProtocolWidget *gp)
RemminaPluginVncEvent *event;
/* This is called from main thread after plugin thread has
- * been closed, so no queue locking is nessesary here */
+ * been closed, so no queue locking is necessary here */
while ((event = g_queue_pop_head(gpdata->vnc_event_queue)) != NULL)
remmina_plugin_vnc_event_free(event);
}
diff --git a/plugins/vnc/vnc_plugin.h b/plugins/vnc/vnc_plugin.h
index 1e8608c6b..3e766e94b 100644
--- a/plugins/vnc/vnc_plugin.h
+++ b/plugins/vnc/vnc_plugin.h
@@ -54,7 +54,7 @@ typedef struct _RemminaPluginVncData {
gboolean connected;
/* Whether the vnc process is running */
gboolean running;
- /* Whether the initialzation calls the authentication process */
+ /* Whether the initialization calls the authentication process */
gboolean auth_called;
/* Whether it is the first attempt for authentication. Only first attempt will try to use cached credentials */
gboolean auth_first;
diff --git a/plugins/www/www_utils.c b/plugins/www/www_utils.c
index b80712756..42a491141 100644
--- a/plugins/www/www_utils.c
+++ b/plugins/www/www_utils.c
@@ -33,7 +33,7 @@
*/
/* Some utils taken form remmina_utils
-* TODO: use directhly remmina_utils */
+* TODO: use directly remmina_utils */
#include <stdlib.h>
#include <unistd.h>
diff --git a/plugins/www/www_utils.h b/plugins/www/www_utils.h
index 94fc98272..40407dce0 100644
--- a/plugins/www/www_utils.h
+++ b/plugins/www/www_utils.h
@@ -33,7 +33,7 @@
*/
/* Some utils taken form remmina_utils
-* TODO: use directhly remmina_utils */
+* TODO: use directly remmina_utils */
#pragma once
diff --git a/src/rcw.c b/src/rcw.c
index fc77a5669..3ec2c5b0e 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -557,7 +557,7 @@ static void rcw_keyboard_grab(RemminaConnectionWindow *cnnwin)
* the widget is hidden:
* https://gitlab.gnome.org/GNOME/gtk/commit/726ad5a5ae7c4f167e8dd454cd7c250821c400ab
* The bugfix will be released with GTK 3.24.
- * Also pease note that the newer gdk_seat_grab() is still calling gdk_device_grab().
+ * Also please note that the newer gdk_seat_grab() is still calling gdk_device_grab().
*
* Warning: gdk_seat_grab() will call XGrabKeyboard() or XIGrabDevice()
* which in turn will generate a core X input event FocusOut and FocusIn
@@ -3156,7 +3156,7 @@ rcw_on_notebook_create_window(GtkNotebook *notebook, GtkWidget *page, gint x, gi
cnnobj = (RemminaConnectionObject *)g_object_get_data(G_OBJECT(page), "cnnobj");
if (!dstcnnwin) {
- /* Drop is directed to a new rcw: create a new scrolled window to accomodate
+ /* Drop is directed to a new rcw: create a new scrolled window to accommodate
* the dropped connectionand move our cnnobj there. Width and
* height of the new window are cloned from the current window */
srctag = (gchar *)g_object_get_data(G_OBJECT(srccnnwin), "tag");
@@ -3765,7 +3765,7 @@ void rco_on_disconnect(RemminaProtocolWidget *gp, gpointer data)
if (remmina_protocol_widget_has_error(gp)) {
/* We cannot close window immediately, but we must show a message panel */
RemminaMessagePanel *mp;
- /* Destroy scrolled_contaner (and viewport) and all its children the plugin created
+ /* Destroy scrolled_container (and viewport) and all its children the plugin created
* on it, so they will not receive GUI signals */
if (cnnobj->scrolled_container) {
gtk_widget_destroy(cnnobj->scrolled_container);
diff --git a/src/remmina.c b/src/remmina.c
index ca04a2b3c..1aa2a98b8 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -80,38 +80,38 @@ gboolean kioskmode;
static GOptionEntry remmina_options[] =
{
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "about", 'a', 0, G_OPTION_ARG_NONE, NULL, N_("Show \'About\'"), NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "connect", 'c', 0, G_OPTION_ARG_FILENAME, NULL, N_("Connect to desktop described in file (.remmina or type supported by plugin)"), "FILE" },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, NULL, N_("Connect to desktop described in file (.remmina or type supported by plugin)"), "FILE" },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "edit", 'e', 0, G_OPTION_ARG_FILENAME, NULL, N_("Edit desktop connection described in file (.remmina or type supported by plugin)"), "FILE" },
{ "help", '?', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, NULL, NULL, NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "kiosk", 'k', 0, G_OPTION_ARG_NONE, NULL, N_("Start in kiosk mode"), NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "new", 'n', 0, G_OPTION_ARG_NONE, NULL, N_("Create new connection profile"), NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "pref", 'p', 0, G_OPTION_ARG_STRING, NULL, N_("Show preferences"), "PAGENR" },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "plugin", 'x', 0, G_OPTION_ARG_STRING, NULL, N_("Run a plugin"), "PLUGIN" },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "quit", 'q', 0, G_OPTION_ARG_NONE, NULL, N_("Quit"), NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "server", 's', 0, G_OPTION_ARG_STRING, NULL, N_("Use default server name (for --new)"), "SERVER" },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "protocol", 't', 0, G_OPTION_ARG_STRING, NULL, N_("Use default protocol (for --new)"), "PROTOCOL" },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "icon", 'i', 0, G_OPTION_ARG_NONE, NULL, N_("Start in tray"), NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "version", 'v', 0, G_OPTION_ARG_NONE, NULL, N_("Show the application version"), NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "full-version", 'V', 0, G_OPTION_ARG_NONE, NULL, N_("Show version of the application and its plugins"), NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "update-profile", 0, 0, G_OPTION_ARG_FILENAME, NULL, N_("Modify connection profile (requires --set-option)"), NULL },
- // TRANSLATORS: Shown in terminal. Do not use charcters that may be not supported on a terminal
+ // TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "set-option", 0, 0, G_OPTION_ARG_STRING_ARRAY, NULL, N_("Set one or more profile settings, to be used with --update-profile"), NULL },
{ NULL }
};
diff --git a/src/remmina_main.c b/src/remmina_main.c
index 3c0ba293f..b1f51abd6 100644
--- a/src/remmina_main.c
+++ b/src/remmina_main.c
@@ -1048,7 +1048,7 @@ static gboolean remmina_main_quickconnect(void)
gchar *qcp;
- /* Save quick connect protocol if different from the previuous one */
+ /* Save quick connect protocol if different from the previous one */
qcp = gtk_combo_box_text_get_active_text(remminamain->combo_quick_connect_protocol);
if (qcp && strcmp(qcp, remmina_pref.last_quickconnect_protocol) != 0) {
g_free(remmina_pref.last_quickconnect_protocol);
@@ -1232,7 +1232,7 @@ static void remmina_main_init(void)
gtk_window_maximize(remminamain->window);
}
}
- /* Honor global peferences Search Bar visibility */
+ /* Honor global preferences Search Bar visibility */
if (remmina_pref.hide_searchbar)
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(RM_GET_OBJECT("search_toggle")), FALSE);
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 2310568d1..2b3a32fb6 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -37,7 +37,7 @@
#pragma once
/*
- * Remmina Perference Loader
+ * Remmina Preference Loader
*/
G_BEGIN_DECLS
diff --git a/src/remmina_protocol_widget.c b/src/remmina_protocol_widget.c
index 4f747a5ce..c3023447d 100644
--- a/src/remmina_protocol_widget.c
+++ b/src/remmina_protocol_widget.c
@@ -1102,14 +1102,14 @@ void remmina_protocol_widget_set_display(RemminaProtocolWidget *gp, gint display
gint remmina_protocol_widget_get_profile_remote_width(RemminaProtocolWidget *gp)
{
TRACE_CALL(__func__);
- /* Returns the width of remote desktop as choosen by the user profile */
+ /* Returns the width of remote desktop as chosen by the user profile */
return gp->priv->profile_remote_width;
}
gint remmina_protocol_widget_get_profile_remote_height(RemminaProtocolWidget *gp)
{
TRACE_CALL(__func__);
- /* Returns the height of remote desktop as choosen by the user profile */
+ /* Returns the height of remote desktop as chosen by the user profile */
return gp->priv->profile_remote_height;
}
diff --git a/src/remmina_public.c b/src/remmina_public.c
index 0f6e58879..06914675a 100644
--- a/src/remmina_public.c
+++ b/src/remmina_public.c
@@ -655,7 +655,7 @@ void remmina_public_send_notification(const gchar *notification_id,
g_object_unref(notification);
}
-/* Replaces all occurences of search in a new copy of string by replacement. */
+/* Replaces all occurrences of search in a new copy of string by replacement. */
gchar* remmina_public_str_replace(const gchar *string, const gchar *search, const gchar *replacement)
{
TRACE_CALL(__func__);
@@ -677,7 +677,7 @@ gchar* remmina_public_str_replace(const gchar *string, const gchar *search, cons
return str;
}
-/* Replaces all occurences of search in a new copy of string by replacement
+/* Replaces all occurrences of search in a new copy of string by replacement
* and overwrites the original string */
gchar* remmina_public_str_replace_in_place(gchar *string, const gchar *search, const gchar *replacement)
{
@@ -702,7 +702,7 @@ int remmina_public_split_resolution_string(const char *resolution_string, int *w
}
/* Return TRUE if current gtk version library in use is greater or equal than
- * the requered major.minor.micro */
+ * the required major.minor.micro */
gboolean remmina_gtk_check_version(guint major, guint minor, guint micro)
{
guint rtmajor, rtminor, rtmicro;
diff --git a/src/remmina_public.h b/src/remmina_public.h
index 9404084b6..4f465036b 100644
--- a/src/remmina_public.h
+++ b/src/remmina_public.h
@@ -108,9 +108,9 @@ void remmina_public_gtk_widget_reparent(GtkWidget *widget, GtkContainer *contain
void remmina_public_send_notification(const gchar *notification_id, const gchar *notification_title, const gchar *notification_message);
/* Validate the inserted value for a new resolution */
gboolean remmina_public_resolution_validation_func(const gchar *new_str, gchar **error);
-/* Replaces all occurences of search in a new copy of string by replacement. */
+/* Replaces all occurrences of search in a new copy of string by replacement. */
gchar *remmina_public_str_replace(const gchar *string, const gchar *search, const gchar *replacement);
-/* Replaces all occurences of search in a new copy of string by replacement
+/* Replaces all occurrences of search in a new copy of string by replacement
* and overwrites the original string */
gchar *remmina_public_str_replace_in_place(gchar *string, const gchar *search, const gchar *replacement);
int remmina_public_split_resolution_string(const char *resolution_string, int *w, int *h);
diff --git a/src/remmina_ssh.c b/src/remmina_ssh.c
index dacadf711..ec3c613f4 100644
--- a/src/remmina_ssh.c
+++ b/src/remmina_ssh.c
@@ -1879,7 +1879,7 @@ remmina_ssh_shell_thread(gpointer data)
ssh_channel_request_pty(channel);
/* ssh_channel_request_x11 works but I do not know yet how to use the
- * channel. At the momonet I leave the code here, commented, for future
+ * channel. At the moment I leave the code here, commented, for future
* investigations.
*/
//screen = gdk_x11_screen_get_screen_number(gdk_screen_get_default());
diff --git a/src/remmina_ssh_plugin.c b/src/remmina_ssh_plugin.c
index 1a1d9a7ec..fb97afbbf 100644
--- a/src/remmina_ssh_plugin.c
+++ b/src/remmina_ssh_plugin.c
@@ -338,7 +338,7 @@ void remmina_plugin_ssh_vte_terminal_set_encoding_and_pty(VteTerminal *terminal,
vte_terminal_set_delete_binding(terminal, VTE_ERASE_DELETE_SEQUENCE);
#if VTE_CHECK_VERSION(0, 38, 0)
- /* vte_pty_new_foreig expect master FD, see https://bugzilla.gnome.org/show_bug.cgi?id=765382 */
+ /* vte_pty_new_foreign expect master FD, see https://bugzilla.gnome.org/show_bug.cgi?id=765382 */
vte_terminal_set_pty(terminal, vte_pty_new_foreign_sync(master, NULL, NULL));
#else
vte_terminal_set_pty(terminal, master);
@@ -800,7 +800,7 @@ remmina_plugin_ssh_init(RemminaProtocolWidget *gp)
}
/**
- * Initialize the the main window properties and the pthread.
+ * Initialize the main window properties and the pthread.
*
* The call of this function is a requirement of remmina_protocol_widget_open_connection_real().
* @return TRUE
@@ -853,7 +853,7 @@ remmina_plugin_ssh_close_connection(RemminaProtocolWidget *gp)
}
/**
- * Not used by the the plugin.
+ * Not used by the plugin.
*
* @return Always TRUE
*/
@@ -1096,7 +1096,7 @@ static RemminaProtocolPlugin remmina_plugin_ssh =
/*
* this function is used for
* - inserting into the list to became a sorted list [g_list_insert_sorted()]
- * - checking the list to avoid doublicate entries [g_list_find_custom()]
+ * - checking the list to avoid duplicate entries [g_list_find_custom()]
*/
static gint
compare(gconstpointer a, gconstpointer b)
@@ -1113,7 +1113,7 @@ remmina_ssh_plugin_load_terminal_palettes(gpointer *ssh_terminal_palette_new)
GList *files = NULL;
unsigned int rec_size = 0;
/*
- * count number of (all) files to reserve enought memory
+ * count number of (all) files to reserve enough memory
*/
/* /usr/local/share/remmina */
const gchar *const *dirs = g_get_system_data_dirs();
diff --git a/src/remmina_stats.c b/src/remmina_stats.c
index 3b7cbf0bf..4e18707c6 100644
--- a/src/remmina_stats.c
+++ b/src/remmina_stats.c
@@ -324,9 +324,9 @@ JsonNode *remmina_stats_get_os_info()
/**
* Gets the following user environment:
- * - Gets the user’s locale (or NULL by default) coresponding to LC_ALL.
+ * - Gets the user’s locale (or NULL by default) corresponding to LC_ALL.
*
- * @return a Json Node structure containg the user’s environment.
+ * @return a Json Node structure containing the user’s environment.
*/
JsonNode *remmina_stats_get_user_env()
{
@@ -678,7 +678,7 @@ static void remmina_profiles_get_data(RemminaFile *remminafile, gpointer user_da
* | SPICE | 20171122 |
* | SSH | 20180111 |
*
- * @return a Json Node structure containg the protocol usage statistics.
+ * @return a Json Node structure containing the protocol usage statistics.
*
*/
JsonNode *remmina_stats_get_profiles()
@@ -750,7 +750,7 @@ JsonNode *remmina_stats_get_profiles()
/**
* Add a json member ACTIVESECRETPLUGIN which shows the current secret plugin in use by remmina.
*
- * @return a Json Node structure containg the secret plugin in use
+ * @return a Json Node structure containing the secret plugin in use
*
*/
JsonNode *remmina_stats_get_secret_plugin()
@@ -779,7 +779,7 @@ JsonNode *remmina_stats_get_secret_plugin()
/**
* Add a json member HASMASTERPASSWORD which shows the status of the master password.
*
- * @return a Json Node structure containg the status of the master password
+ * @return a Json Node structure containing the status of the master password
*
*/
JsonNode *remmina_stats_get_master_password_status()
@@ -809,7 +809,7 @@ JsonNode *remmina_stats_get_master_password_status()
/**
* Add a json member KIOSK which shows the status of the kiosk.
*
- * @return a Json Node structure containg the status of the master password
+ * @return a Json Node structure containing the status of the master password
*
*/
JsonNode *remmina_stats_get_kiosk_mode()
diff --git a/src/remmina_utils.c b/src/remmina_utils.c
index cf4212510..a92472291 100644
--- a/src/remmina_utils.c
+++ b/src/remmina_utils.c
@@ -211,7 +211,7 @@ guint remmina_utils_string_replace_all(GString *haystack, const gchar *needle, c
/**
* Strip \n, \t and \" from a given string.
- * This function is particulary useful with g_spawn_command_line_sync that does
+ * This function is particularly useful with g_spawn_command_line_sync that does
* not strip control characters from the output.
* @warning the result should be freed.
* @param a string.
@@ -244,7 +244,7 @@ gchar *remmina_utils_string_strip(const gchar *s)
* Once found, read the file in and figure out which distribution.
*
* @param filename The file path of a Linux distribution release file.
- * @param distroSize The size of the distribition name.
+ * @param distroSize The size of the distribution name.
* @param distro The full distro name.
* @return Returns a string containing distro information verbatium from /etc/xxx-release (distro). Use g_free to free the string.
*
@@ -425,7 +425,7 @@ GHashTable* remmina_utils_get_etc_release()
}
/**
- * A sample function to show how use the other fOS releated functions.
+ * A sample function to show how use the other fOS related functions.
* @return a semicolon separated OS data like in "uname -srm".
*/
const gchar* remmina_utils_get_os_info()