aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Drawable.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:43 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:43 +0200
commit11b534ab008f9f0ac831d96f0426adf4c3561319 (patch)
tree07aab99bf9e98ea7a25c175d5df43da673ebdebd /nx-X11/programs/Xserver/hw/nxagent/Drawable.c
parent997f2bbd2d27e154b6e44f9936b2b407a74c8664 (diff)
parentcce9756545ab266ccff7ec363907aa25f4d7c1c7 (diff)
downloadnx-libs-11b534ab008f9f0ac831d96f0426adf4c3561319.tar.gz
nx-libs-11b534ab008f9f0ac831d96f0426adf4c3561319.tar.bz2
nx-libs-11b534ab008f9f0ac831d96f0426adf4c3561319.zip
Merge branch 'uli42-pr/codespell' into 3.6.x
Attributes GH PR #686: https://github.com/ArcticaProject/nx-libs/pull/686
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Drawable.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Drawable.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Drawable.c b/nx-X11/programs/Xserver/hw/nxagent/Drawable.c
index 8e828368d..522870546 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Drawable.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Drawable.c
@@ -71,8 +71,8 @@
/*
* If defined, send the XClearArea at the end
* of the loop synchronizing the shadow pixmap.
- * In this way, large images can be splitted but
- * the user will see more updates togheter.
+ * In this way, large images can be split but
+ * the user will see more updates together.
*/
#undef COLLECTED_UPDATES
@@ -643,7 +643,7 @@ int nxagentSynchronizeRegion(DrawablePtr pDrawable, RegionPtr pRegion, unsigned
fprintf(stderr, "nxagentSynchronizeRegion: WARNING! Failed to allocate memory for synchronization.\n");
/*
- * Print detailed informations if the
+ * Print detailed information if the
* image length is zero.
*/
@@ -2645,8 +2645,8 @@ void nxagentCreateDrawableBitmap(DrawablePtr pDrawable)
/*
* Should create a function to append
- * a bitmap to another, instead of de-
- * stroy the old one.
+ * a bitmap to another, instead of
+ * destroying the old one.
*/
if (nxagentDrawableBitmap(pDrawable) != NullPixmap)