summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/session.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-30 14:22:57 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-30 14:22:57 +0000
commit699a7d92b556dfee9c5334c257ad67d8de1d93bc (patch)
treec34d8f9f1066847c584d0972d30c01fb4cde08a4 /lasso/id-ff/session.h
parent1294a4602130f2c10a4d97aea7872a9b18dd5b7b (diff)
downloadlasso-699a7d92b556dfee9c5334c257ad67d8de1d93bc.tar.gz
lasso-699a7d92b556dfee9c5334c257ad67d8de1d93bc.tar.xz
lasso-699a7d92b556dfee9c5334c257ad67d8de1d93bc.zip
Fixed a typing mistake
all durty -> dirty
Diffstat (limited to 'lasso/id-ff/session.h')
-rw-r--r--lasso/id-ff/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/session.h b/lasso/id-ff/session.h
index 8e7a09f8..5db2de44 100644
--- a/lasso/id-ff/session.h
+++ b/lasso/id-ff/session.h
@@ -51,7 +51,7 @@ struct _LassoSession {
GPtrArray *providerIDs; /* list of the remote provider IDs for assertions hash table */
GHashTable *assertions; /* hash for assertions with remote providerID as key */
- gboolean is_durty;
+ gboolean is_dirty;
/*< private >*/
LassoSessionPrivate *private;