~ubuntu-branches/ubuntu/utopic/audit/utopic

« back to all changes in this revision

Viewing changes to lib/errormsg.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Matthias Hahn
  • Date: 2009-04-07 00:03:54 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090407000354-ny4m29eckoycogz5
Tags: 1.7.12-1
* New upstream release. (Closes: #522026)
* Fix "typo in long description: (Closes: #513937)
* debian/control:
  - Bump Standards-Version: 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
};
34
34
 
35
35
static const struct msg_tab err_msgtab[] = {
36
 
    { -1,    2,    "-F missing opration for" },
 
36
    { -1,    2,    "-F missing operation for" },
37
37
    { -2,    2,    "-F unknown field:" },
38
38
    { -3,    1,    "must be before -S" },
39
39
    { -4,    1,    "machine type not found" },
52
52
    { -17,    1,    "can only be used with exit and entry filter list" },
53
53
    { -18,    1,    "can not be used with exclude filter list" },
54
54
    { -19,    0,    "Key field needs a watch or syscall given prior to it" },
55
 
    { -20,    2,    "-F missing value after opration for" },
 
55
    { -20,    2,    "-F missing value after operation for" },
56
56
    { -21,    2,    "-F value should be number for" },
57
57
    { -22,    2,    "-F missing field name before operator for" }
58
58
};