summaryrefslogtreecommitdiffstats
path: root/sesman/libscp
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-02-13 20:41:07 -0800
committerPavel Roskin <plroskin@gmail.com>2016-02-13 20:41:07 -0800
commit92a6833e9b808301bb3435bc1290f4b8d6242be5 (patch)
tree98b1175dafcc2d3177fce02b91b77a6f6eb1e620 /sesman/libscp
parentafa6ec97cc90ce45086df13ca7a5914a28175820 (diff)
downloadxrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.tar.gz
xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.zip
Fix typos
Diffstat (limited to 'sesman/libscp')
-rw-r--r--sesman/libscp/libscp_init.h2
-rw-r--r--sesman/libscp/libscp_lock.c4
-rw-r--r--sesman/libscp/libscp_tcp.c2
-rw-r--r--sesman/libscp/libscp_v1s.h2
-rw-r--r--sesman/libscp/libscp_v1s_mng.h2
-rw-r--r--sesman/libscp/libscp_vX.h2
6 files changed, 7 insertions, 7 deletions
diff --git a/sesman/libscp/libscp_init.h b/sesman/libscp/libscp_init.h
index 20a75857..91fb4090 100644
--- a/sesman/libscp/libscp_init.h
+++ b/sesman/libscp/libscp_init.h
@@ -36,7 +36,7 @@
* @brief version neutral server accept function
* @param c connection descriptor
* @param s session descriptor pointer address.
- * it will return a newely allocated descriptor.
+ * it will return a newly allocated descriptor.
* It this memory needs to be g_free()d
*
*/
diff --git a/sesman/libscp/libscp_lock.c b/sesman/libscp/libscp_lock.c
index d35e3c9c..bd3ff771 100644
--- a/sesman/libscp/libscp_lock.c
+++ b/sesman/libscp/libscp_lock.c
@@ -94,7 +94,7 @@ scp_lock_fork_release(void)
void DEFAULT_CC
scp_lock_fork_critical_section_end(int blocking)
{
- //LOG_DBG("lock_fork_critical_secection_end()",0);
+ //LOG_DBG("lock_fork_critical_section_end()",0);
/* lock mutex */
pthread_mutex_lock(&lock_fork);
@@ -117,7 +117,7 @@ scp_lock_fork_critical_section_end(int blocking)
int DEFAULT_CC
scp_lock_fork_critical_section_start(void)
{
- //LOG_DBG("lock_fork_critical_secection_start()",0);
+ //LOG_DBG("lock_fork_critical_section_start()",0);
do
{
pthread_mutex_lock(&lock_fork);
diff --git a/sesman/libscp/libscp_tcp.c b/sesman/libscp/libscp_tcp.c
index 30e8006c..d92597f4 100644
--- a/sesman/libscp/libscp_tcp.c
+++ b/sesman/libscp/libscp_tcp.c
@@ -19,7 +19,7 @@
/**
*
* @file tcp.c
- * @brief Tcp stream funcions
+ * @brief Tcp stream functions
* @author Jay Sorg, Simone Fedele
*
*/
diff --git a/sesman/libscp/libscp_v1s.h b/sesman/libscp/libscp_v1s.h
index 5e3ec980..322edb28 100644
--- a/sesman/libscp/libscp_v1s.h
+++ b/sesman/libscp/libscp_v1s.h
@@ -38,7 +38,7 @@
* @param skipVchk if set to !0 skips the version control (to be used after
* scp_vXs_accept() )
*
- * this function places in *s the address of a newely allocated SCP_SESSION structure
+ * this function places in *s the address of a newly allocated SCP_SESSION structure
* that should be free()d
*/
enum SCP_SERVER_STATES_E
diff --git a/sesman/libscp/libscp_v1s_mng.h b/sesman/libscp/libscp_v1s_mng.h
index 72df9fa6..83dee35b 100644
--- a/sesman/libscp/libscp_v1s_mng.h
+++ b/sesman/libscp/libscp_v1s_mng.h
@@ -36,7 +36,7 @@
* @param c connection descriptor
* @param s pointer to session descriptor pointer
*
- * this function places in *s the address of a newely allocated SCP_SESSION structure
+ * this function places in *s the address of a newly allocated SCP_SESSION structure
* that should be free()d
*/
enum SCP_SERVER_STATES_E
diff --git a/sesman/libscp/libscp_vX.h b/sesman/libscp/libscp_vX.h
index a68a9ede..ef0a8290 100644
--- a/sesman/libscp/libscp_vX.h
+++ b/sesman/libscp/libscp_vX.h
@@ -38,7 +38,7 @@
* @brief version neutral server accept function
* @param c connection descriptor
* @param s session descriptor pointer address.
- * it will return a newely allocated descriptor.
+ * it will return a newly allocated descriptor.
* It this memory needs to be g_free()d
*
*/