diff options
author | 2012-09-14 21:59:56 +0100 | |
---|---|---|
committer | 2012-09-14 21:59:56 +0100 | |
commit | 84705bcd5d06dc17e876e31a773ca4aa53d8cf53 (patch) | |
tree | 8e9d4788144f4c8448daea2fdfc5d4469dcc1551 | |
parent | 278cfb8c77d60644b81ae624b37db95b7a714410 (diff) | |
download | paludis-84705bcd5d06dc17e876e31a773ca4aa53d8cf53.tar.gz paludis-84705bcd5d06dc17e876e31a773ca4aa53d8cf53.tar.xz |
Docs fix
-rw-r--r-- | ruby/dep_spec.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/dep_spec.cc b/ruby/dep_spec.cc index 207b3f748..445f86715 100644 --- a/ruby/dep_spec.cc +++ b/ruby/dep_spec.cc @@ -1271,7 +1271,7 @@ namespace c_slot_any_at_all_locked_requirement = rb_define_class_under(paludis_module(), "SlotAnyAtAllLockedRequirement", c_slot_requirement); /* - * Document-class: Paludis::ExactSlotRequirement + * Document-class: Paludis::SlotAnyUnlockedRequirement * * An any unlocked slot requiremet (:*) */ |