summaryrefslogtreecommitdiffstats
path: root/lasso/Attic/protocols/authn_request.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-18 15:02:41 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-18 15:02:41 +0000
commitbdccdcd199fcf2acd41e066e256aa804bf09b57a (patch)
tree27b1afc2c94a7de494b1a9459e0e68117132950d /lasso/Attic/protocols/authn_request.h
parent4c4ab7e777f7bf91abee534a68a337ccc539ab4d (diff)
downloadlasso-bdccdcd199fcf2acd41e066e256aa804bf09b57a.tar.gz
lasso-bdccdcd199fcf2acd41e066e256aa804bf09b57a.tar.xz
lasso-bdccdcd199fcf2acd41e066e256aa804bf09b57a.zip
Fixed a typing error: LASSP_... -> LASSO_...
Diffstat (limited to 'lasso/Attic/protocols/authn_request.h')
-rw-r--r--lasso/Attic/protocols/authn_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/Attic/protocols/authn_request.h b/lasso/Attic/protocols/authn_request.h
index 4048b4eb..48ad6713 100644
--- a/lasso/Attic/protocols/authn_request.h
+++ b/lasso/Attic/protocols/authn_request.h
@@ -36,7 +36,7 @@ extern "C" {
#define LASSO_AUTHN_REQUEST(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), LASSO_TYPE_AUTHN_REQUEST, LassoAuthnRequest))
#define LASSO_AUTHN_REQUEST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), LASSO_TYPE_AUTHN_REQUEST, LassoAuthnRequestClass))
#define LASSO_IS_AUTHN_REQUEST(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), LASSO_TYPE_AUTHN_REQUEST))
-#define LASSP_IS_AUTHN_REQUEST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), LASSO_TYPE_AUTHN_REQUEST))
+#define LASSO_IS_AUTHN_REQUEST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), LASSO_TYPE_AUTHN_REQUEST))
#define LASSO_AUTHN_REQUEST_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), LASSO_TYPE_AUTHN_REQUEST, LassoAuthnRequestClass))
typedef struct _LassoAuthnRequest LassoAuthnRequest;