git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecca9e9
)
Typo fix
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 29 Jul 2011 14:18:41 +0000
(14:18 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 29 Jul 2011 14:18:41 +0000
(14:18 +0000)
org.glite.lb.common/src/events_parse.c.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/events_parse.c.T
b/org.glite.lb.common/src/events_parse.c.T
index
438c769
..
e95070d
100644
(file)
--- a/
org.glite.lb.common/src/events_parse.c.T
+++ b/
org.glite.lb.common/src/events_parse.c.T
@@
-60,7
+60,7
@@
char *my_edg_wll_ULMGetValueAt( p_edg_wll_ULMFields, int );
#define MISUSE { \
char *e = edg_wll_EventToString(eventcode); \
char *k = edg_wll_KeyNameToString(keycode); \
- sprintf(err_desc,"Key %s s
c
houldn't be used for event type %s.", k,e); \
+ sprintf(err_desc,"Key %s shouldn't be used for event type %s.", k,e); \
free(e); \
free(k); \
ret=edg_wll_SetError(context,EDG_WLL_ERROR_PARSE_KEY_MISUSE,err_desc); \