Remove the duplicated word

Change-Id: I68dc653708a33536b69ede4f032457ab951c24dd
This commit is contained in:
melissaml 2018-08-17 15:34:13 +08:00
parent d4099628b2
commit ff1ba812c0
4 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ index d357e7d..f333b29 100644
+ +
+############################################################################### +###############################################################################
+# +#
+# We will roll in the IMA X.509 certificate and pull it in the the kernel +# We will roll in the IMA X.509 certificate and pull it in the kernel
+# so that it gets loaded into the _ima keyring during boot. +# so that it gets loaded into the _ima keyring during boot.
+# +#
+# Ideally, this should have been treated similar to other .x509 certificates +# Ideally, this should have been treated similar to other .x509 certificates

View File

@ -68,7 +68,7 @@ index 44a82c1..000b9a8 100644
+ +
+############################################################################### +###############################################################################
+# +#
+# We will roll in the IMA X.509 certificate and pull it in the the kernel +# We will roll in the IMA X.509 certificate and pull it in the kernel
+# so that it gets loaded into the _ima keyring during boot. +# so that it gets loaded into the _ima keyring during boot.
+# +#
+# Ideally, this should have been treated similar to other .x509 certificates +# Ideally, this should have been treated similar to other .x509 certificates

View File

@ -58,7 +58,7 @@ FAIL = 1
MTCE_CMD_RX_PORT = 2101 MTCE_CMD_RX_PORT = 2101
# same state message throttle count. # same state message throttle count.
# ... only send the the degrade message every 'this' number # ... only send the degrade message every 'this' number
# while the state of assert or clear remains the same. # while the state of assert or clear remains the same.
ONE_EVERY = 10 ONE_EVERY = 10

View File

@ -3980,7 +3980,7 @@ SPDX-License-Identifier: Apache-2.0
name="community" style="plain" type="xsd:string" > name="community" style="plain" type="xsd:string" >
<wadl:doc xmlns="http://docbook.org/ns/docbook" <wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN"> xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
<para>This parameter specifies the the community of which the trap destination is a member.</para> <para>This parameter specifies the community of which the trap destination is a member.</para>
</wadl:doc> </wadl:doc>
</param> </param>
</representation> </representation>