diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-05-03 15:31:45 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-05-03 15:31:45 +0000 |
commit | 41cbf498209349af6e74123b82d4c93c2df67a75 (patch) | |
tree | 42a4bf9fd7423409c17e4e6d6a3151b85af4fa24 /epan/uat.h | |
parent | babb1e59f6c413f348d33629ec4bf2a362172847 (diff) | |
download | wireshark-41cbf498209349af6e74123b82d4c93c2df67a75.tar.gz wireshark-41cbf498209349af6e74123b82d4c93c2df67a75.tar.bz2 wireshark-41cbf498209349af6e74123b82d4c93c2df67a75.zip |
Fix a typo.
svn path=/trunk/; revision=42401
Diffstat (limited to 'epan/uat.h')
-rw-r--r-- | epan/uat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat.h b/epan/uat.h index 50446ca0c2..1b91cc8380 100644 --- a/epan/uat.h +++ b/epan/uat.h @@ -233,7 +233,7 @@ typedef struct _uat_field_t { * @param name The name of the table * @param size The size of the structure * @param filename The filename to be used (either in userdir or datadir) - * @param from_profile TRUE if profie directory to be used + * @param from_profile TRUE if profile directory to be used * @param data_ptr A pointer to a null terminated array of pointers to the data * @param num_items_ptr * @param category |