summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-03-04 17:26:21 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-03-13 17:13:38 +0100
commit660d63253d26e96f3ddf0fc28608dbb345052bbe (patch)
treee4e1570274286c3e3a83a56a31902dff3b278898 /server/red_channel.h
parent24e2e60a599d531090d98b46972d75be8d49ff46 (diff)
downloadspice-660d63253d26e96f3ddf0fc28608dbb345052bbe.tar.gz
spice-660d63253d26e96f3ddf0fc28608dbb345052bbe.tar.xz
spice-660d63253d26e96f3ddf0fc28608dbb345052bbe.zip
Fix test_capability() typo
It was spelt 'capabilty'
Diffstat (limited to 'server/red_channel.h')
-rw-r--r--server/red_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index f638d3c7..f9cfb95e 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -223,7 +223,7 @@ typedef struct RedChannelCapabilities {
uint32_t *caps;
} RedChannelCapabilities;
-int test_capabilty(uint32_t *caps, int num_caps, uint32_t cap);
+int test_capability(uint32_t *caps, int num_caps, uint32_t cap);
typedef struct RedChannelClientLatencyMonitor {
int state;