]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typos 3913/head
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 28 Jul 2021 19:13:52 +0000 (15:13 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 28 Jul 2021 19:14:38 +0000 (15:14 -0400)
This fixes all typos identified by lintian.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/lxc-user-nic.sgml.in
doc/ja/lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
src/lxc/confile.c

index 35060345cce049ee2c01e89c7b0c387d9aa425d5..277475e2a33ad1398e24e7577abd4292ff7a8570 100644 (file)
@@ -96,7 +96,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <filename>@LXC_USERNIC_DB@</filename>.  It ensures that the calling
       user is privileged over the network namespace to which the interface
       will be attached.
-      <command>lxc-user-nic</command> also allows to delete network devices.
+      <command>lxc-user-nic</command> also allows one to delete network devices.
       Currently only ovs ports can be deleted.
       -->
       このプログラムは、<filename>@LXC_USERNIC_CONF@</filename> という設定ファイルを参照して、呼び出したユーザが作成することができるインターフェースの数と、どのブリッジに接続するかを決定します。
index 607a87a93a654e1482cea8433adff8cbb006c7b1..a81457018161a0d44117ccd0a4d6f0a34513bbf2 100644 (file)
@@ -2087,7 +2087,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
         ignore <option>lxc.cgroup.</option> settings on systems that only use
         the unified hierarchy. Conversely, it will ignore
         <option>lxc.cgroup2.</option> options on systems that only use legacy
-        hierachies.
+        hierarchies.
         -->
         LXC は cgroup1(レガシー階層構造)と cgroup2(単一階層構造)に対する設定を、異なる設定プレフィックスを使って区別しています。
         cgroup1 に対する設定を変更するには <option>lxc.cgroup.</option> というプレフィックスを使う必要があり、cgroup2 の設定を変更するには <option>lxc.cgroup2.</option> を使う必要があります。
@@ -2105,7 +2105,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
         however do not fall into the category of distributing a system
         resource, instead they are often referred to as "utility" controllers.
         One utility controller is the device controller. Instead of
-        distributing a system resource it allows to manage device access.
+        distributing a system resource it allows one to manage device access.
         -->
         cgroup 階層の本質は、プロセスを階層的に構造化する方法です。通常は、cgroup 階層では 1 つ以上の「コントローラー」が有効になっています。
         通常、cgroup 階層の「コントローラー」は階層に従って特定のタイプのシステムリソースを分配する役割を果たします。
@@ -2218,7 +2218,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
           <listitem>
             <para>
               <!--
-              Specifying any of the aformentioned two rules will cause all
+              Specifying any of the aforementioned two rules will cause all
               previous rules to be cleared, i.e. the device list will be reset.
               -->
               前述の 2 つのルールのいずれかを指定すると、それ以前に指定していたルールがすべてクリアされます。つまり、デバイスリストがリセットされます。
index f3eb13d71f34b48d3df6d8102c876e5fb94f4da5..36e2cb2f20a07048c9ada47366040dde2a4ff839 100644 (file)
@@ -1562,7 +1562,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
        ignore <option>lxc.cgroup.</option> settings on systems that only use
        the unified hierarchy. Conversely, it will ignore
        <option>lxc.cgroup2.</option> options on systems that only use legacy
-       hierachies.
+       hierarchies.
       </para>
 
       <para>
@@ -1575,7 +1575,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
        however do not fall into the category of distributing a system
        resource, instead they are often referred to as "utility" controllers.
        One utility controller is the device controller. Instead of
-       distributing a system resource it allows to manage device access.
+       distributing a system resource it allows one to manage device access.
       </para>
 
       <para>
@@ -1648,7 +1648,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
           <listitem>
            <para>
-             Specifying any of the aformentioned two rules will cause all
+             Specifying any of the aforementioned two rules will cause all
              previous rules to be cleared, i.e. the device list will be reset.
            </para>
          </listitem>
index 7f4fb13fb0ef2fb64ce97b85d84f0afe8d990dcb..ca2bb0d37e04f7208bed479e50533960d00b5128 100644 (file)
@@ -2818,7 +2818,7 @@ static int set_config_rootfs_options(const char *key, const char *value,
 
        if (mnt_opts->create_dir || mnt_opts->create_file ||
            mnt_opts->optional || mnt_opts->relative)
-               return syserror_set(-EINVAL, "Invalid LXC specifc mount option for rootfs mount");
+               return syserror_set(-EINVAL, "Invalid LXC specific mount option for rootfs mount");
 
        mnt_opts->data          = move_ptr(mdata);
        rootfs->options         = move_ptr(opts);