symbols which a module needs which are not supplied by other
modules or the kernel. Normally, any symbols not provided by
modules are assumed to be provided by the kernel (which should be
- true in a perfect world), but this assumption can break espencially
+ true in a perfect world), but this assumption can break especially
when additionally updated third party drivers are not correctly
installed or were built incorrectly.
</para>
<listitem>
<para>
Only print this field value, one per line. This is most useful for
- scripts. Field names are case-insenitive. Common fields (which
+ scripts. Field names are case-insensitive. Common fields (which
may not be in every module) include <literal>author</literal>,
<literal>description</literal>, <literal>license</literal>,
<literal>parm</literal>, <literal>depends</literal>, and
</para>
<para>
Note that module and alias names (like other module names) can
- have - or _ in them: both are interchangable throughout all the
+ have - or _ in them: both are interchangeable throughout all the
module commands as underscore conversion happens automatically.
</para>
<para>