diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2005-01-08 17:49:32 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2005-01-08 17:49:32 +0000 |
| commit | 3101c8c09007e4036e4009475a4bf399c72faaf6 (patch) | |
| tree | 1532a6f8c4b06acab7f329898209939f3483f2b2 | |
| parent | e52ac7dd278d2015d7651cf5177868db9a6343e2 (diff) | |
Corrected a typo.
| -rw-r--r-- | swig/Lasso.i | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i index 21c4377f..91e192ed 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -1910,10 +1910,10 @@ typedef struct { /* Attributes Implementations */ /* Assertion */ -#define LassoSamlResponse_get_Assertion(self) get_node_list((self)->Assertion) -#define LassoSamlResponse_Assertion_get(self) get_node_list((self)->Assertion) -#define LassoSamlResponse_set_Assertion(self, value) set_node_list(&(self)->Assertion, (value)) -#define LassoSamlResponse_Assertion_set(self, value) set_node_list(&(self)->Assertion, (value)) +#define LassoSamlpResponse_get_Assertion(self) get_node_list((self)->Assertion) +#define LassoSamlpResponse_Assertion_get(self) get_node_list((self)->Assertion) +#define LassoSamlpResponse_set_Assertion(self, value) set_node_list(&(self)->Assertion, (value)) +#define LassoSamlpResponse_Assertion_set(self, value) set_node_list(&(self)->Assertion, (value)) /* Status */ #define LassoSamlpResponse_get_Status(self) get_node((self)->Status) |
