18.03 release notes: fix typo

This commit is contained in:
Linus Heckemann 2018-04-05 10:17:18 +02:00 committed by Franz Pletz
parent addb985275
commit 0594acc6aa
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -239,7 +239,7 @@ following incompatible changes:</para>
the <literal>openssh_with_kerberos</literal> package the <literal>openssh_with_kerberos</literal> package
is now a deprecated alias. is now a deprecated alias.
If you do not want Kerberos support, If you do not want Kerberos support,
you can do <literal>openssh.override { withKerboros = false; }</literal>. you can do <literal>openssh.override { withKerberos = false; }</literal>.
Note, this also applies to the <literal>openssh_hpn</literal> package. Note, this also applies to the <literal>openssh_hpn</literal> package.
</para> </para>
</listitem> </listitem>