GUAC-236: Add missing plurals.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/0a5e5736
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/0a5e5736
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/0a5e5736

Branch: refs/heads/master
Commit: 0a5e57362e7ab5c9918e40eb58cbb84ebe90d4f8
Parents: 534d0e5
Author: Michael Jumper <[email protected]>
Authored: Wed Mar 16 10:45:11 2016 -0700
Committer: Michael Jumper <[email protected]>
Committed: Wed Mar 16 10:45:11 2016 -0700

----------------------------------------------------------------------
 src/protocols/rdp/rdp_settings.c | 2 +-
 src/protocols/ssh/settings.c     | 2 +-
 src/protocols/telnet/settings.c  | 2 +-
 src/protocols/vnc/settings.c     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/0a5e5736/src/protocols/rdp/rdp_settings.c
----------------------------------------------------------------------
diff --git a/src/protocols/rdp/rdp_settings.c b/src/protocols/rdp/rdp_settings.c
index 728c9a6..70902f8 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,

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/0a5e5736/src/protocols/ssh/settings.c
----------------------------------------------------------------------
diff --git a/src/protocols/ssh/settings.c b/src/protocols/ssh/settings.c
index eb00183..3efabfc 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,

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/0a5e5736/src/protocols/telnet/settings.c
----------------------------------------------------------------------
diff --git a/src/protocols/telnet/settings.c b/src/protocols/telnet/settings.c
index edb74de..85d7353 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,

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/0a5e5736/src/protocols/vnc/settings.c
----------------------------------------------------------------------
diff --git a/src/protocols/vnc/settings.c b/src/protocols/vnc/settings.c
index c183906..d521fe9 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,

Reply via email to