diff options
author | James Booth <boothj5@gmail.com> | 2014-09-25 20:14:16 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-09-25 20:14:16 +0100 |
commit | 9094c483d0448dc8b127f4e143afc8aee7c079c2 (patch) | |
tree | 13c8853f859e7dbde3c8fe2f99de3f8b8e624754 /src/xmpp | |
parent | 41f4621e6ffbb43a7fc650f15598a518ec1308a8 (diff) | |
download | profani-tty-9094c483d0448dc8b127f4e143afc8aee7c079c2.tar.gz |
Fixed spelling mistake in form.h
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/form.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/form.h b/src/xmpp/form.h index 816f5df0..fa14e1c5 100644 --- a/src/xmpp/form.h +++ b/src/xmpp/form.h @@ -33,7 +33,7 @@ */ #ifndef FORM_H -#define FROM_H +#define FORM_H #include "xmpp/xmpp.h" |