summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_types.h
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-06-21 16:30:15 -0700
committerPavel Roskin <plroskin@gmail.com>2016-06-21 16:30:15 -0700
commitae5bb5bf9c26b850bb80725e4748a08b55815002 (patch)
tree092c552018082c061132efedeb89b6945609f3d7 /xrdp/xrdp_types.h
parent703fedded71700c8b1cc4181ea112828ea5b236b (diff)
downloadxrdp-proprietary-ae5bb5bf9c26b850bb80725e4748a08b55815002.tar.gz
xrdp-proprietary-ae5bb5bf9c26b850bb80725e4748a08b55815002.zip
Fix incorrect use of "it's" and "its", adjust wording
Diffstat (limited to 'xrdp/xrdp_types.h')
-rw-r--r--xrdp/xrdp_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h
index 4590d7a8..d6c7ccb1 100644
--- a/xrdp/xrdp_types.h
+++ b/xrdp/xrdp_types.h
@@ -216,7 +216,7 @@ struct xrdp_brush_item
{
int stamp;
/* expand this to a structure to handle more complicated brushes
- for now its 8x8 1bpp brushes only */
+ for now it's 8x8 1bpp brushes only */
char pattern[8];
};