summaryrefslogtreecommitdiffstats
path: root/server/reds.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-05-21 11:14:29 +0200
committerAlexander Larsson <alexl@redhat.com>2010-05-21 11:14:29 +0200
commitf9da2720ae15536ef31ec3c7cefd7a8332fe41e8 (patch)
treeab196db969ec62997d72000d1292858dfff9e69d /server/reds.c
parentd69b0829a6eea44939514ddef6aec62649e5b7eb (diff)
downloadspice-f9da2720ae15536ef31ec3c7cefd7a8332fe41e8.tar.gz
spice-f9da2720ae15536ef31ec3c7cefd7a8332fe41e8.tar.xz
spice-f9da2720ae15536ef31ec3c7cefd7a8332fe41e8.zip
Fix some misspelled identifiers
severty -> severity SpiceResorceID -> SpiceResourceID SpiceResorceList -> SpiceResourceList resorces -> resources ped_size -> pad_size postition -> position
Diffstat (limited to 'server/reds.c')
-rw-r--r--server/reds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/reds.c b/server/reds.c
index 189e8123..051fc309 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -2527,7 +2527,7 @@ static void reds_handle_other_links(RedLinkInfo *link)
notify = (SpiceMsgNotify *)item->data;
notify->time_stamp = get_time_stamp();
- notify->severty = SPICE_NOTIFY_SEVERITY_WARN;
+ notify->severity = SPICE_NOTIFY_SEVERITY_WARN;
notify->visibilty = SPICE_NOTIFY_VISIBILITY_HIGH;
notify->what = SPICE_WARN_GENERAL;
notify->message_len = mess_len;