diff options
author | Eric Engestrom <[email protected]> | 2019-05-22 12:52:44 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-06-27 17:42:25 +0000 |
commit | 069e6d587e05db59e6a6c32a122d6cd4df90dace (patch) | |
tree | 1e2f1548abedd9241ac3f1d2431346fddb7aa0e8 /src | |
parent | d6683e118fa9b4da8f366e1034b48276ff5146c2 (diff) |
xmlpool: fix typo in comment
s/otions/options/, and while here let's give the full path to xmlpool.h
since `../` won't be true in the generated file.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/util/xmlpool/t_options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index 552fd9db813..bfa9cc72bcb 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -35,8 +35,8 @@ * all the translations. The result (options.h) is included by * xmlpool.h which in turn can be included by drivers. * - * The macros used to describe otions in this file are defined in - * ../xmlpool.h. + * The macros used to describe options in this file are defined in + * src/util/xmlpool.h. */ /* This is needed for xgettext to extract translatable strings. |