diff --git a/src/protocols/rdp/rdp_settings.c b/src/protocols/rdp/rdp_settings.c index 728c9a64..70902f8c 100644 --- a/src/protocols/rdp/rdp_settings.c +++ b/src/protocols/rdp/rdp_settings.c @@ -363,7 +363,7 @@ enum RDP_ARGS_IDX { IDX_RECORDING_PATH, /** - * The name that should be given to screen recording which are written in + * The name that should be given to screen recordings which are written in * the given path. */ IDX_RECORDING_NAME, diff --git a/src/protocols/ssh/settings.c b/src/protocols/ssh/settings.c index eb001837..3efabfc5 100644 --- a/src/protocols/ssh/settings.c +++ b/src/protocols/ssh/settings.c @@ -150,7 +150,7 @@ enum SSH_ARGS_IDX { IDX_RECORDING_PATH, /** - * The name that should be given to screen recording which are written in + * The name that should be given to screen recordings which are written in * the given path. */ IDX_RECORDING_NAME, diff --git a/src/protocols/telnet/settings.c b/src/protocols/telnet/settings.c index edb74de2..85d73533 100644 --- a/src/protocols/telnet/settings.c +++ b/src/protocols/telnet/settings.c @@ -130,7 +130,7 @@ enum TELNET_ARGS_IDX { IDX_RECORDING_PATH, /** - * The name that should be given to screen recording which are written in + * The name that should be given to screen recordings which are written in * the given path. */ IDX_RECORDING_NAME, diff --git a/src/protocols/vnc/settings.c b/src/protocols/vnc/settings.c index c1839069..d521fe9d 100644 --- a/src/protocols/vnc/settings.c +++ b/src/protocols/vnc/settings.c @@ -239,7 +239,7 @@ enum VNC_ARGS_IDX { IDX_RECORDING_PATH, /** - * The name that should be given to screen recording which are written in + * The name that should be given to screen recordings which are written in * the given path. */ IDX_RECORDING_NAME,