diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-04-10 21:11:57 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-24 09:04:01 +0200 |
commit | 170416d26e885d4a6544a214b078162a0883bd94 (patch) | |
tree | 8755266a05480578921fd74f613babffaf32dd3e /nx-X11/programs/Xserver/hw/nxagent/Pixmap.c | |
parent | 94f7ce7d17e4d537211b6a344c4e9e0e467e1d0e (diff) | |
download | nx-libs-170416d26e885d4a6544a214b078162a0883bd94.tar.gz nx-libs-170416d26e885d4a6544a214b078162a0883bd94.tar.bz2 nx-libs-170416d26e885d4a6544a214b078162a0883bd94.zip |
hw/nxagent: fix spelling errors as reported by codespell
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Pixmap.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Pixmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c b/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c index 25d410d51..421e023c1 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c @@ -1129,7 +1129,7 @@ Bool nxagentCheckPixmapIntegrity(PixmapPtr pPixmap) #ifdef TEST fprintf(stderr, "nxagentCheckPixmapIntegrity: Pixmap at [%p] has been realized. " - "Now remote and frambuffer data are synchronized.\n", (void *) pPixmap); + "Now remote and framebuffer data are synchronized.\n", (void *) pPixmap); #endif } |