mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Fix repeated typo
"Can either by" should be "Can either be". There are three occurrences of this mistake, all in descriptions of configuration options.
This commit is contained in:
parent
3b2609deec
commit
d5daa8ae6f
@ -50,7 +50,7 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
grsecurity configuration mode. This specifies whether
|
grsecurity configuration mode. This specifies whether
|
||||||
grsecurity is auto-configured or otherwise completely
|
grsecurity is auto-configured or otherwise completely
|
||||||
manually configured. Can either by
|
manually configured. Can either be
|
||||||
<literal>custom</literal> or <literal>auto</literal>.
|
<literal>custom</literal> or <literal>auto</literal>.
|
||||||
|
|
||||||
<literal>auto</literal> is recommended.
|
<literal>auto</literal> is recommended.
|
||||||
@ -64,7 +64,7 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
grsecurity configuration priority. This specifies whether
|
grsecurity configuration priority. This specifies whether
|
||||||
the kernel configuration should emphasize speed or
|
the kernel configuration should emphasize speed or
|
||||||
security. Can either by <literal>security</literal> or
|
security. Can either be <literal>security</literal> or
|
||||||
<literal>performance</literal>.
|
<literal>performance</literal>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@ -76,7 +76,7 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
grsecurity system configuration. This specifies whether
|
grsecurity system configuration. This specifies whether
|
||||||
the kernel configuration should be suitable for a Desktop
|
the kernel configuration should be suitable for a Desktop
|
||||||
or a Server. Can either by <literal>server</literal> or
|
or a Server. Can either be <literal>server</literal> or
|
||||||
<literal>desktop</literal>.
|
<literal>desktop</literal>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user