summaryrefslogtreecommitdiffstats
path: root/common/list.c
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 /common/list.c
parentafa6ec97cc90ce45086df13ca7a5914a28175820 (diff)
downloadxrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.tar.gz
xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.zip
Fix typos
Diffstat (limited to 'common/list.c')
-rw-r--r--common/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/list.c b/common/list.c
index 9fde1f6f..abab2fab 100644
--- a/common/list.c
+++ b/common/list.c
@@ -192,7 +192,7 @@ list_insert_item(struct list *self, int index, tbus item)
/*****************************************************************************/
/* append one list to another using strdup for each item in the list */
-/* begins copy at start_index, a zero based index on the soure list */
+/* begins copy at start_index, a zero based index on the source list */
void APP_CC
list_append_list_strdup(struct list *self, struct list *dest, int start_index)
{