diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 22:50:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 22:50:36 +0100 |
commit | c69138adb8c0ea3910f9588b60819ac605bc47d8 (patch) | |
tree | d6746e606dd71c9407359c8462999056c233a82a /src/satd-list.c | |
parent | doc (diff) | |
download | sat-c69138adb8c0ea3910f9588b60819ac605bc47d8.tar.gz sat-c69138adb8c0ea3910f9588b60819ac605bc47d8.tar.bz2 sat-c69138adb8c0ea3910f9588b60819ac605bc47d8.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/satd-list.c')
-rw-r--r-- | src/satd-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/satd-list.c b/src/satd-list.c index 60086d0..28a6e28 100644 --- a/src/satd-list.c +++ b/src/satd-list.c @@ -26,7 +26,7 @@ /** * Quote a string, in shell (Bash-only if necessary) compatible - * format, if necessary. Here, just adding quots around all not + * format, if necessary. Here, just adding quotes around all not * do. The string must be single line, and there must not be * any invisible characters; it should be possible to copy * a string from the terminal by marking it, hence all of this |