diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-05-09 20:12:58 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-05-09 20:12:58 -0700 |
commit | b8cd277d1d613c2b4aaccdd6cd5f9c6b27e944b3 (patch) | |
tree | 18690190e5a384d362b3ed51a5bb18832da67065 /tests | |
parent | c32953eaf7ce505a1974a9f7e1ed97ad4daf1289 (diff) | |
download | aptitude-b8cd277d1d613c2b4aaccdd6cd5f9c6b27e944b3.tar.gz |
Fix a tyop in a comment.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_dynamic_set.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dynamic_set.cc b/tests/test_dynamic_set.cc index 3e0a1fdc..cf416103 100644 --- a/tests/test_dynamic_set.cc +++ b/tests/test_dynamic_set.cc @@ -269,7 +269,7 @@ namespace // Some helper code to make CHECK_EQUAL_SETS work. // -// For s general library this wouldn't be enough, but I only need to +// For a general library this wouldn't be enough, but I only need to // cover a few cases. std::vector<int> to_vector(const std::vector<int> &v) { |