Actions
Bug #12741
closedFix "more then" typo in dlopen(3c)
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
There are many places in code comments and manuals where it should be "more than", not "more then". E.g., in dlopen(3c) manual:
A local object can be a dependency of more then one group.
It should be "more than".
Updated by Marcel Telka almost 3 years ago
Review: https://illumos.org/rb/r/2555/
Updated by Marcel Telka almost 3 years ago
- Subject changed from Fix typos in repository to Fix "more then" typo in dlopen(3c)
Updated by Electric Monk almost 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit c039d8138bcc82c8082abc5560e0293afb7994cf
commit c039d8138bcc82c8082abc5560e0293afb7994cf Author: Nan Xiao <nan@chinadtrace.org> Date: 2020-05-18T17:50:48.000Z 12741 Fix "more then" typo in dlopen(3c) Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions