help.tpl: Fix typo (ommitted -> omitted)

This commit is contained in:
Jos Ahrens 2019-02-20 15:50:05 +01:00 committed by GitHub
parent ebe7546dd9
commit 94f89dc89f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,7 +354,7 @@
<div class="description">
<p>
Invite a user to the specified channel. If
<code>channel</code> is ommitted, user will be invited to the
<code>channel</code> is omitted, user will be invited to the
current channel.
</p>
</div>
@ -480,7 +480,7 @@
<div class="description">
<p>
Close the specified channel or private message window, or the
current channel if <code>channel</code> is ommitted.
current channel if <code>channel</code> is omitted.
</p>
<p>Aliases: <code>/close</code>, <code>/leave</code></p>
</div>