diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-18 20:51:03 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-18 20:51:03 +0100 |
commit | 6c069a2247781754bcc8574687cb98b493c6ab8a (patch) | |
tree | 53292a8c16b526c17d4978d63fcf7a2148832c3b /test/libapt | |
parent | 866e9fadf892368fcb50e6a192bcdd350cfe8e5c (diff) |
rename "Suite/Section" to plural
Diffstat (limited to 'test/libapt')
-rw-r--r-- | test/libapt/sourcelist_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libapt/sourcelist_test.cc b/test/libapt/sourcelist_test.cc index 6a625770f..ae5d11f66 100644 --- a/test/libapt/sourcelist_test.cc +++ b/test/libapt/sourcelist_test.cc @@ -24,8 +24,8 @@ int main(int argc, char *argv[]) const char contents[] = "" "Type: deb\n" "URI: http://ftp.debian.org/debian\n" - "Suite: stable\n" - "Section: main\n" + "Suites: stable\n" + "Sections: main\n" "Comment: Some random string\n" " that can be very long\n" "\n" |