diff options
author | Roland McGrath <roland@gnu.org> | 2000-12-21 07:44:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-12-21 07:44:13 +0000 |
commit | 962a8715c3f51ec104f4727500334d56264b1399 (patch) | |
tree | 62c7a14861c2bb871f309027be64ce4ce4af5f08 /libstore/store.h | |
parent | 896cf6dda173f6ebfea2e133bca7077c282b1287 (diff) |
2000-12-20 Roland McGrath <roland@frob.com>
* store.h (struct store_class): Fix typo in comment.
Diffstat (limited to 'libstore/store.h')
-rw-r--r-- | libstore/store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/store.h b/libstore/store.h index c57e7fcf..c7789373 100644 --- a/libstore/store.h +++ b/libstore/store.h @@ -187,7 +187,7 @@ struct store_class struct store **store); /* Given a user argument ARG, this function should check it for syntactic - validaty, or print a syntax error, using ARGP_STATE in the normal + validity, or print a syntax error, using ARGP_STATE in the normal manner; if zero is returned, then this argument is assumed valid, and can be passed to the open function. If ARG is 0, then there were *no* arguments specified; in this case, returning EINVAL means that this is |