Fix many misspellings
Use codespell (https://github.com/codespell-project/codespell) in order
to find many common misspellings that are present in English texts.
Signed-off-by: Nicolas Iooss <[email protected]>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2c97d4e..a3517cb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -43,7 +43,7 @@
- Must apply against HEAD of the master branch
- Separate large patches into logical patches
- Patch descriptions must end with your "Signed-off-by" line. This means your
- code meets the Developer's certificate of origin, see bellow.
+ code meets the Developer's certificate of origin, see below.
When adding new, large features or tools it is best to discuss the
design on the mailing list prior to submitting the patch.
diff --git a/checkpolicy/policy_define.c b/checkpolicy/policy_define.c
index db14383..e295bc5 100644
--- a/checkpolicy/policy_define.c
+++ b/checkpolicy/policy_define.c
@@ -2022,7 +2022,7 @@
return -1;
if (avrule_merge_ioctls(&rangehead))
return -1;
- /* flip ranges if these are ommited*/
+ /* flip ranges if these are omitted */
if (omit) {
if (avrule_omit_ioctls(&rangehead))
return -1;
@@ -2189,7 +2189,7 @@
/*
* using definitions found in kernel document ioctl-number.txt
* The kernel components of an ioctl command are:
- * dir, size, driver, and fucntion. Only the driver and function fields
+ * dir, size, driver, and function. Only the driver and function fields
* are considered here
*/
#define IOC_DRIV(x) (x >> 8)
@@ -3377,9 +3377,9 @@
goto bad;
}
- /* We expand the class set into seperate rules. We expand the types
+ /* We expand the class set into separate rules. We expand the types
* just to make sure there are not duplicates. They will get turned
- * into seperate rules later */
+ * into separate rules later */
if (type_set_expand(&stypes, &e_stypes, policydbp, 1))
goto bad;
diff --git a/dbus/selinux_server.py b/dbus/selinux_server.py
index 98ab53d..b9debc0 100644
--- a/dbus/selinux_server.py
+++ b/dbus/selinux_server.py
@@ -19,7 +19,7 @@
#
# The semanage method runs a transaction on a series of semanage commands,
- # these commnds can take the output of customized
+ # these commands can take the output of customized
#
@slip.dbus.polkit.require_auth("org.selinux.semanage")
@dbus.service.method("org.selinux", in_signature='s')
diff --git a/gui/polgen.ui b/gui/polgen.ui
index 6a8c067..91b3abc 100644
--- a/gui/polgen.ui
+++ b/gui/polgen.ui
@@ -901,7 +901,7 @@
<object class="GtkTreeView" id="existing_user_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip-text" translatable="yes">Select the user roles that will transiton to the %s domain.</property>
+ <property name="tooltip-text" translatable="yes">Select the user roles that will transition to the %s domain.</property>
<property name="headers_visible">False</property>
</object>
</child>
@@ -1004,7 +1004,7 @@
<object class="GtkTreeView" id="user_transition_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip-text" translatable="yes">Select the user roles that will transiton to this applications domains.</property>
+ <property name="tooltip-text" translatable="yes">Select the user roles that will transition to this applications domains.</property>
<property name="headers_visible">False</property>
</object>
</child>
diff --git a/gui/polgengui.py b/gui/polgengui.py
index b1cc993..d284ded 100644
--- a/gui/polgengui.py
+++ b/gui/polgengui.py
@@ -769,7 +769,7 @@
self.syslog_checkbutton.set_active(policy.use_syslog)
def stand_alone(self):
- desktopName = _("Configue SELinux")
+ desktopName = _("Configure SELinux")
self.setupScreen()
self.mainWindow.connect("destroy", self.quit)
diff --git a/gui/system-config-selinux.py b/gui/system-config-selinux.py
index c42301b..3f70122 100644
--- a/gui/system-config-selinux.py
+++ b/gui/system-config-selinux.py
@@ -181,7 +181,7 @@
self.view.get_selection().select_path((0,))
def stand_alone(self):
- desktopName = _("Configue SELinux")
+ desktopName = _("Configure SELinux")
self.setupScreen()
diff --git a/libselinux/include/selinux/get_context_list.h b/libselinux/include/selinux/get_context_list.h
index a15b9c4..905f6af 100644
--- a/libselinux/include/selinux/get_context_list.h
+++ b/libselinux/include/selinux/get_context_list.h
@@ -65,7 +65,7 @@
/* Given a list of authorized security contexts for the user,
query the user to select one and set *newcon to refer to it.
Caller must free via freecon.
- Returns 0 on sucess or -1 otherwise. */
+ Returns 0 on success or -1 otherwise. */
extern int query_user_context(char ** list,
char ** newcon);
diff --git a/libselinux/include/selinux/selinux.h b/libselinux/include/selinux/selinux.h
index f2d3221..6db98e0 100644
--- a/libselinux/include/selinux/selinux.h
+++ b/libselinux/include/selinux/selinux.h
@@ -258,7 +258,7 @@
/* Validate a transition. This determines whether a transition from scon to newcon
using tcon as the target for object class tclass is valid in the loaded policy.
This checks against the mlsvalidatetrans and validatetrans constraints in the loaded policy.
- Returns 0 if allowed and -1 if an error occured with errno set */
+ Returns 0 if allowed and -1 if an error occurred with errno set */
extern int security_validatetrans(const char *scon,
const char *tcon,
security_class_t tclass,
diff --git a/libselinux/man/man3/security_compute_av.3 b/libselinux/man/man3/security_compute_av.3
index a7181be..cb1a9ba 100644
--- a/libselinux/man/man3/security_compute_av.3
+++ b/libselinux/man/man3/security_compute_av.3
@@ -108,7 +108,7 @@
is used to determine if a transition from scon to newcon using tcon as the object
is valid for object class tclass. This checks against the mlsvalidatetrans and
validatetrans constraints in the loaded policy. Returns 0 if allowed, and -1
-if an error occured with errno set.
+if an error occurred with errno set.
.BR security_get_initial_context ()
is used to get the context of a kernel initial security identifier specified by
diff --git a/libselinux/man/man3/selinux_restorecon.3 b/libselinux/man/man3/selinux_restorecon.3
index 23ac0c1..f6e5f2d 100644
--- a/libselinux/man/man3/selinux_restorecon.3
+++ b/libselinux/man/man3/selinux_restorecon.3
@@ -28,7 +28,7 @@
.B SELINUX_RESTORECON_RECURSE
has been set (for descending through directories), then
.BR selinux_restorecon ()
-will write an SHA1 digest of specfile entries caculated by
+will write an SHA1 digest of specfile entries calculated by
.BR selabel_get_digests_all_partial_matches (3)
to an extended attribute of
.IR security.sehash
@@ -196,7 +196,7 @@
.B SELINUX_RESTORECON_RECURSE
flag is set)
.BR selinux_restorecon ()
-will write a caculated SHA1 digest of the specfile entries returned by
+will write a calculated SHA1 digest of the specfile entries returned by
.BR selabel_get_digests_all_partial_matches (3)
to an extended attribute named
.IR security.sehash
diff --git a/libselinux/src/label_file.c b/libselinux/src/label_file.c
index e43f8d3..300625c 100644
--- a/libselinux/src/label_file.c
+++ b/libselinux/src/label_file.c
@@ -247,7 +247,7 @@
uint32_t stem_len;
int newid;
- /* the length does not inlude the nul */
+ /* the length does not include the nul */
rc = next_entry(&stem_len, mmap_area, sizeof(uint32_t));
if (rc < 0 || !stem_len) {
rc = -1;
diff --git a/libselinux/src/label_file.h b/libselinux/src/label_file.h
index 7b38659..baed334 100644
--- a/libselinux/src/label_file.h
+++ b/libselinux/src/label_file.h
@@ -45,7 +45,7 @@
/* A file security context specification. */
struct spec {
struct selabel_lookup_rec lr; /* holds contexts for lookup result */
- char *regex_str; /* regular expession string for diagnostics */
+ char *regex_str; /* regular expression string for diagnostics */
char *type_str; /* type string for diagnostic messages */
struct regex_data * regex; /* backend dependent regular expression data */
bool regex_compiled; /* bool to indicate if the regex is compiled */
diff --git a/libselinux/src/regex.h b/libselinux/src/regex.h
index eb8ca50..6732b34 100644
--- a/libselinux/src/regex.h
+++ b/libselinux/src/regex.h
@@ -159,8 +159,8 @@
* the buffer.
*
* @arg error_data Error data as returned by regex_prepare_data.
- * @arg buffer String buffer to hold the formated error string.
- * @arg buf_size Total size of the given bufer in bytes.
+ * @arg buffer String buffer to hold the formatted error string.
+ * @arg buf_size Total size of the given buffer in bytes.
*/
void regex_format_error(struct regex_error_data const *error_data, char *buffer,
size_t buf_size) hidden;
diff --git a/libselinux/src/sestatus.c b/libselinux/src/sestatus.c
index ed29dc5..ede5a28 100644
--- a/libselinux/src/sestatus.c
+++ b/libselinux/src/sestatus.c
@@ -21,7 +21,7 @@
*/
struct selinux_status_t
{
- uint32_t version; /* version number of thie structure */
+ uint32_t version; /* version number of this structure */
uint32_t sequence; /* sequence number of seqlock logic */
uint32_t enforcing; /* current setting of enforcing mode */
uint32_t policyload; /* times of policy reloaded */
diff --git a/libselinux/src/sha1.c b/libselinux/src/sha1.c
index d671044..004fcd3 100644
--- a/libselinux/src/sha1.c
+++ b/libselinux/src/sha1.c
@@ -11,7 +11,7 @@
// Modified to:
// - stop symbols being exported for libselinux shared library - October 2015
// Richard Haines <[email protected]>
-// - Not cast the workspace from a byte array to a CHAR64LONG16 due to allignment isses.
+// - Not cast the workspace from a byte array to a CHAR64LONG16 due to alignment isses.
// Fixes:
// sha1.c:73:33: error: cast from 'uint8_t *' (aka 'unsigned char *') to 'CHAR64LONG16 *' increases required alignment from 1 to 4 [-Werror,-Wcast-align]
// CHAR64LONG16* block = (CHAR64LONG16*) workspace;
diff --git a/libselinux/src/stringrep.c b/libselinux/src/stringrep.c
index b9bf3ee..4db9539 100644
--- a/libselinux/src/stringrep.c
+++ b/libselinux/src/stringrep.c
@@ -93,7 +93,7 @@
if (sscanf(buf, "%hu", &node->value) != 1)
goto err3;
- /* load up permission indicies */
+ /* load up permission indices */
snprintf(path, sizeof path, "%s/class/%s/perms",selinux_mnt,s);
dir = opendir(path);
if (dir == NULL)
diff --git a/libselinux/utils/sefcontext_compile.c b/libselinux/utils/sefcontext_compile.c
index 54600e2..dcb0085 100644
--- a/libselinux/utils/sefcontext_compile.c
+++ b/libselinux/utils/sefcontext_compile.c
@@ -88,7 +88,7 @@
* u32 - spec has meta characters
* u32 - The specs prefix_len if >= SELINUX_COMPILED_FCONTEXT_PREFIX_LEN
* u32 - data length of the pcre regex
- * char - a bufer holding the raw pcre regex info
+ * char - a buffer holding the raw pcre regex info
* u32 - data length of the pcre regex study daya
* char - a buffer holding the raw pcre regex study data
*/
diff --git a/libsemanage/include/semanage/modules.h b/libsemanage/include/semanage/modules.h
index 4b93e54..03f7e57 100644
--- a/libsemanage/include/semanage/modules.h
+++ b/libsemanage/include/semanage/modules.h
@@ -264,7 +264,7 @@
*
* Returns:
* 0 success
- * -1 failure, out of memeory
+ * -1 failure, out of memory
* -2 failure, @module not found or couldn't be removed
*/
int semanage_module_remove_key(semanage_handle_t *sh,
diff --git a/libsemanage/src/boolean_internal.h b/libsemanage/src/boolean_internal.h
index ad12b82..dc23c27 100644
--- a/libsemanage/src/boolean_internal.h
+++ b/libsemanage/src/boolean_internal.h
@@ -21,7 +21,7 @@
hidden_proto(semanage_bool_set_name)
hidden_proto(semanage_bool_set_value)
-/* BOOL RECORD: metod table */
+/* BOOL RECORD: method table */
extern record_table_t SEMANAGE_BOOL_RTABLE;
extern int bool_file_dbase_init(semanage_handle_t * handle,
diff --git a/libsemanage/src/booleans_policydb.c b/libsemanage/src/booleans_policydb.c
index 6869d6c..26fcac0 100644
--- a/libsemanage/src/booleans_policydb.c
+++ b/libsemanage/src/booleans_policydb.c
@@ -39,7 +39,7 @@
record_policydb_table_t SEMANAGE_BOOL_POLICYDB_RTABLE = {
.add = NULL,
.modify = NULL,
-/* FIXME: these casts depend on stucts in libsepol matching structs
+/* FIXME: these casts depend on structs in libsepol matching structs
* in libsemanage. This is incredibly fragile - the casting gets
* rid of warnings, but is not type safe.
*/
diff --git a/libsemanage/src/database.h b/libsemanage/src/database.h
index 6a4a164..a1cd32b 100644
--- a/libsemanage/src/database.h
+++ b/libsemanage/src/database.h
@@ -49,7 +49,7 @@
int (*clone) (struct semanage_handle * handle,
const record_t * rec, record_t ** new_rec);
- /* Deallocate record resources. Must sucessfully handle NULL. */
+ /* Deallocate record resources. Must successfully handle NULL. */
void (*free) (record_t * rec);
} record_table_t;
diff --git a/libsemanage/src/fcontext_internal.h b/libsemanage/src/fcontext_internal.h
index a6008ea..c7767d0 100644
--- a/libsemanage/src/fcontext_internal.h
+++ b/libsemanage/src/fcontext_internal.h
@@ -26,7 +26,7 @@
hidden_proto(semanage_fcontext_free)
hidden_proto(semanage_fcontext_iterate_local)
-/* FCONTEXT RECORD: metod table */
+/* FCONTEXT RECORD: method table */
extern record_table_t SEMANAGE_FCONTEXT_RTABLE;
extern int fcontext_file_dbase_init(semanage_handle_t * handle,
diff --git a/libsemanage/src/handle.c b/libsemanage/src/handle.c
index e5109ae..5e59aef 100644
--- a/libsemanage/src/handle.c
+++ b/libsemanage/src/handle.c
@@ -279,7 +279,7 @@
assert(sh != NULL);
/* This just sets the storename to what the user requests, no
- verification of existance will be done until connect */
+ verification of existence will be done until connect */
free(sh->conf->store_path);
sh->conf->store_path = strdup(storename);
assert(sh->conf->store_path); /* no way to return failure */
diff --git a/libsemanage/src/iface_internal.h b/libsemanage/src/iface_internal.h
index 1f67836..5cb7778 100644
--- a/libsemanage/src/iface_internal.h
+++ b/libsemanage/src/iface_internal.h
@@ -22,7 +22,7 @@
hidden_proto(semanage_iface_set_msgcon)
hidden_proto(semanage_iface_set_name)
-/* IFACE RECORD: metod table */
+/* IFACE RECORD: method table */
extern record_table_t SEMANAGE_IFACE_RTABLE;
extern int iface_policydb_dbase_init(semanage_handle_t * handle,
diff --git a/libsemanage/src/modules.c b/libsemanage/src/modules.c
index fa84d33..1904350 100644
--- a/libsemanage/src/modules.c
+++ b/libsemanage/src/modules.c
@@ -849,7 +849,7 @@
hidden_def(semanage_module_set_enabled)
-/* This function exists only for ABI compatability. It has been deprecated and
+/* This function exists only for ABI compatibility. It has been deprecated and
* should not be used. Instead, use semanage_module_set_enabled() */
int semanage_module_enable(semanage_handle_t *sh, char *module_name)
{
@@ -877,7 +877,7 @@
return rc;
}
-/* This function exists only for ABI compatability. It has been deprecated and
+/* This function exists only for ABI compatibility. It has been deprecated and
* should not be used. Instead, use semanage_module_set_enabled() */
int semanage_module_disable(semanage_handle_t *sh, char *module_name)
{
diff --git a/libsemanage/src/policy.h b/libsemanage/src/policy.h
index f127156..7d59543 100644
--- a/libsemanage/src/policy.h
+++ b/libsemanage/src/policy.h
@@ -31,7 +31,7 @@
struct semanage_policy_table {
/* Returns the current policy serial/commit number
- * A negative number is returned in case of failre */
+ * A negative number is returned in case of failure */
int (*get_serial) (struct semanage_handle *);
/* Destroy a connection */
diff --git a/libsemanage/src/semanageswig_python.i b/libsemanage/src/semanageswig_python.i
index 8604b8a..8dd79fc 100644
--- a/libsemanage/src/semanageswig_python.i
+++ b/libsemanage/src/semanageswig_python.i
@@ -105,7 +105,7 @@
%apply int *OUTPUT { uint16_t * };
%include <cstring.i>
-/* This is needed to properly mmaped binary data in SWIG */
+/* This is needed to properly mmap binary data in SWIG */
%cstring_output_allocate_size(void **mapped_data, size_t *data_len, munmap(*$1, *$2));
%typemap(in, numinputs=0) char **(char *temp=NULL) {
diff --git a/libsemanage/src/user_internal.h b/libsemanage/src/user_internal.h
index ce1ac31..2fede94 100644
--- a/libsemanage/src/user_internal.h
+++ b/libsemanage/src/user_internal.h
@@ -28,7 +28,7 @@
hidden_proto(semanage_user_exists)
hidden_proto(semanage_user_query)
-/* USER record: metod table */
+/* USER record: method table */
extern record_table_t SEMANAGE_USER_RTABLE;
/* USER BASE record: method table */
diff --git a/libsemanage/src/utilities.c b/libsemanage/src/utilities.c
index ba6dc85..fc5a6a5 100644
--- a/libsemanage/src/utilities.c
+++ b/libsemanage/src/utilities.c
@@ -244,7 +244,7 @@
if (slen == 0)
return NULL;
- /* Count the occurences of search in src and compute the new size */
+ /* Count the occurrences of search in src and compute the new size */
for (p = strstr(src, search); p != NULL; p = strstr(p + slen, search)) {
count++;
if (lim && count >= lim)
diff --git a/libsemanage/src/utilities.h b/libsemanage/src/utilities.h
index ba1ed02..6bbe9f5 100644
--- a/libsemanage/src/utilities.h
+++ b/libsemanage/src/utilities.h
@@ -69,16 +69,16 @@
/**
* @param str the string to semanage_split
- * @return malloc'd string after the first run of charachters that aren't whitespace
+ * @return malloc'd string after the first run of characters that aren't whitespace
*/
char *semanage_split_on_space(const char *str) WARN_UNUSED;
/**
* @param str the string to semanage_split
- * @param delim the string delimiter. NOT a set of charachters that can be
+ * @param delim the string delimiter. NOT a set of characters that can be
* a delimiter.
* if *delim == '\0' behaves as semanage_splitOnSpace()
- * @return a ptr to the first charachter past the delimiter.
+ * @return a ptr to the first character past the delimiter.
* if delim doesn't appear in the string, returns a ptr to the
* trailing null in the string
*/
@@ -102,15 +102,15 @@
const semanage_list_t ** y);
/**
* @param data a target string
- * @param what a charachter
+ * @param what a character
* @returns the number of times the char appears in the string
*/
int semanage_str_count(const char *data, char what);
/**
* @param - a string
- * @param the charachter to trim to
+ * @param the character to trim to
* @return - mangles the string, converting the first
- * occurrance of the charachter to a '\0' from
+ * occurrence of the character to a '\0' from
* the end of the string.
*/
void semanage_rtrim(char *str, char trim_to);
@@ -119,7 +119,7 @@
* @param value being searched for
* @param replacement value that replaces found search values
* @param string being searched and replaced on
- * @param maximum number of value occurences (zero for unlimited)
+ * @param maximum number of value occurrences (zero for unlimited)
* @return newly-allocated string with the replaced values
*/
char *semanage_str_replace(const char *search, const char *replace,
diff --git a/libsemanage/tests/test_bool.c b/libsemanage/tests/test_bool.c
index dbcdedd..ae80d44 100644
--- a/libsemanage/tests/test_bool.c
+++ b/libsemanage/tests/test_bool.c
@@ -528,7 +528,7 @@
helper_bool_query(SH_TRANS, BOOL_NONEXISTENT, -1);
}
-/* Functon bool_exists */
+/* Function bool_exists */
void helper_bool_exists(level_t level, const char *bool_str, int exp_resp)
{
semanage_bool_key_t *key;
@@ -884,7 +884,7 @@
cleanup_handle(SH_TRANS);
}
-/* Functtion bool_list_local */
+/* Function bool_list_local */
void test_bool_list_local(void)
{
semanage_bool_t **records;
diff --git a/libsepol/cil/src/cil_binary.c b/libsepol/cil/src/cil_binary.c
index c882d5b..4cf6f48 100644
--- a/libsepol/cil/src/cil_binary.c
+++ b/libsepol/cil/src/cil_binary.c
@@ -1608,7 +1608,7 @@
continue;
}
- // if we got here, i is the end of this range (either becuase the func
+ // if we got here, i is the end of this range (either because the func
// is 0xff or the next bit isn't set). The next time around we are
// going to need a start a new range
high = i;
@@ -1665,7 +1665,7 @@
sepol_obj = pdb->class_val_to_struct[avtab_key->target_class - 1];
- // setting the data for an extended avtab isn't really neccessary because
+ // setting the data for an extended avtab isn't really necessary because
// it is ignored by the kernel. However, neverallow checking requires that
// the data value be set, so set it for that to work.
rc = __perm_str_to_datum(CIL_KEY_IOCTL, sepol_obj, &data);
@@ -4152,7 +4152,7 @@
int rc = SEPOL_ERR;
// these flags should get set in __cil_policydb_create. However, for
- // backwards compatability, it is possible that __cil_policydb_create is
+ // backwards compatibility, it is possible that __cil_policydb_create is
// never called. So, they must also be set here.
pdb->handle_unknown = db->handle_unknown;
pdb->mls = db->mls;
diff --git a/libsepol/cil/src/cil_binary.h b/libsepol/cil/src/cil_binary.h
index 5367feb..1004df4 100644
--- a/libsepol/cil/src/cil_binary.h
+++ b/libsepol/cil/src/cil_binary.h
@@ -49,11 +49,11 @@
/**
* Create a pre allocated binary policydb from the cil db.
*
- * It is assumed that pdb has been allocated and initialzed so that fields such
- * as policy type and version are set appropriately. It is reccomended that
+ * It is assumed that pdb has been allocated and initialized so that fields such
+ * as policy type and version are set appropriately. It is recommended that
* instead of calling this, one instead calls cil_binary_create, which will
* properly allocate and initialize the pdb and then calls this function. This
- * funcion is used to maintain binary backwards compatability.
+ * function is used to maintain binary backwards compatibility.
*
* @param[in] db The cil database.
* @param[in] pdb The policy database.
@@ -126,7 +126,7 @@
/**
* Insert cil typepermissive structure into sepol policydb.
- * The function looks up the perviously inserted type and flips the bit
+ * The function looks up the previously inserted type and flips the bit
* in the permssive types bitmap that corresponds to that type's value.
*
* @param[in] pdb The policy database to insert the typepermissive into.
diff --git a/libsepol/cil/src/cil_build_ast.c b/libsepol/cil/src/cil_build_ast.c
index ee1c51c..307b1ee 100644
--- a/libsepol/cil/src/cil_build_ast.c
+++ b/libsepol/cil/src/cil_build_ast.c
@@ -6125,7 +6125,7 @@
rc = SEPOL_OK;
goto exit;
} else if (parse_current->data == NULL) {
- /* the only time parenthsis can immediately following parenthesis is if
+ /* the only time parenthesis can immediately following parenthesis is if
* the parent is the root node */
if (parse_current->parent->parent == NULL) {
rc = SEPOL_OK;
@@ -6544,7 +6544,7 @@
// At this point we no longer have any need for parse_current or any of its
// siblings; they have all been converted to the appropriate AST node. The
// full parse tree will get deleted elsewhere, but in an attempt to
- // minimize memory useage (of which the parse tree uses alot), start
+ // minimize memory usage (of which the parse tree uses a lot), start
// deleting the parts we don't need now.
cil_tree_children_destroy(parse_current->parent);
diff --git a/libsepol/cil/src/cil_fqn.c b/libsepol/cil/src/cil_fqn.c
index 717358a..2e76f87 100644
--- a/libsepol/cil/src/cil_fqn.c
+++ b/libsepol/cil/src/cil_fqn.c
@@ -103,7 +103,7 @@
case CIL_SYM_IPADDRS:
case CIL_SYM_NAMES:
case CIL_SYM_PERMX:
- /* These do not show up in the kernal policy */
+ /* These do not show up in the kernel policy */
break;
case CIL_SYM_POLICYCAPS:
/* Valid policy capability names are defined in libsepol */
diff --git a/libsepol/cil/src/cil_post.c b/libsepol/cil/src/cil_post.c
index 708b432..a0cadfd 100644
--- a/libsepol/cil/src/cil_post.c
+++ b/libsepol/cil/src/cil_post.c
@@ -2309,7 +2309,7 @@
rc = cil_tree_walk(db->ast->root, __cil_post_db_count_helper, NULL, NULL, db);
if (rc != SEPOL_OK) {
- cil_log(CIL_INFO, "Failure during cil databse count helper\n");
+ cil_log(CIL_INFO, "Failure during cil database count helper\n");
goto exit;
}
diff --git a/libsepol/cil/src/cil_resolve_ast.c b/libsepol/cil/src/cil_resolve_ast.c
index 863d9fe..70a60bd 100644
--- a/libsepol/cil/src/cil_resolve_ast.c
+++ b/libsepol/cil/src/cil_resolve_ast.c
@@ -1378,7 +1378,7 @@
cil_list_for_each(item, unordered_list->list) {
if (cil_list_contains(merged, item->data)) {
- /* item was declared in an ordered statement, which supercedes
+ /* item was declared in an ordered statement, which supersedes
* all unordered statements */
if (item->flavor == CIL_CLASS) {
cil_log(CIL_WARN, "Ignoring '%s' as it has already been declared in classorder.\n", ((struct cil_class*)(item->data))->datum.name);
@@ -3984,7 +3984,7 @@
if (changed && (pass > CIL_PASS_CALL1)) {
/* Need to re-resolve because an optional was disabled that contained
* one or more declarations. We only need to reset to the call1 pass
- * because things done in the preceeding passes aren't allowed in
+ * because things done in the preceding passes aren't allowed in
* optionals, and thus can't be disabled.
* Note: set pass to CIL_PASS_CALL1 because the pass++ will increment
* it to CIL_PASS_CALL2
diff --git a/libsepol/include/sepol/policydb/hashtab.h b/libsepol/include/sepol/policydb/hashtab.h
index ef1bb67..ca5ba862 100644
--- a/libsepol/include/sepol/policydb/hashtab.h
+++ b/libsepol/include/sepol/policydb/hashtab.h
@@ -47,7 +47,7 @@
/*
Creates a new hash table with the specified characteristics.
- Returns NULL if insufficent space is available or
+ Returns NULL if insufficient space is available or
the new hash table otherwise.
*/
extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
diff --git a/libsepol/include/sepol/policydb/services.h b/libsepol/include/sepol/policydb/services.h
index 776c2cf..048f8a5 100644
--- a/libsepol/include/sepol/policydb/services.h
+++ b/libsepol/include/sepol/policydb/services.h
@@ -60,7 +60,7 @@
/*
* Same as above, but also returns the constraint expression calculations
* whether allowed or denied in a buffer. This buffer is allocated by
- * this call and must be free'd by the caller using free(3). The contraint
+ * this call and must be free'd by the caller using free(3). The constraint
* buffer will contain any constraints in infix notation.
* If the SHOW_GRANTED flag is set it will show granted and denied
* constraints. The default is to show only denied constraints.
diff --git a/libsepol/src/conditional.c b/libsepol/src/conditional.c
index 2883aeb..823b649 100644
--- a/libsepol/src/conditional.c
+++ b/libsepol/src/conditional.c
@@ -359,7 +359,7 @@
ne = NULL;
e = cn->expr;
- /* becuase it's RPN look at last element */
+ /* because it's RPN look at last element */
while (e->next != NULL) {
ne = e;
e = e->next;
diff --git a/libsepol/src/ebitmap.c b/libsepol/src/ebitmap.c
index 76e6e41..6c9951b 100644
--- a/libsepol/src/ebitmap.c
+++ b/libsepol/src/ebitmap.c
@@ -455,7 +455,7 @@
}
if (count && l->startbit + MAPSIZE != e->highbit) {
printf
- ("security: ebitmap: hight bit %u has not the expected value %zu\n",
+ ("security: ebitmap: high bit %u has not the expected value %zu\n",
e->highbit, l->startbit + MAPSIZE);
goto bad;
}
diff --git a/libsepol/src/link.c b/libsepol/src/link.c
index 0ded480..83bbc8a 100644
--- a/libsepol/src/link.c
+++ b/libsepol/src/link.c
@@ -65,7 +65,7 @@
char *dest_class_name;
char dest_class_req; /* flag indicating the class was not declared */
uint32_t symbol_num;
- /* used to report the name of the module if dependancy error occurs */
+ /* used to report the name of the module if dependency error occurs */
policydb_t **decl_to_mod;
/* error reporting fields */
@@ -2172,7 +2172,7 @@
* decl. If the block has an else decl, enable.
*
* This will correctly handle all dependencies, including mutual and
- * cicular. The only downside is that it is slow.
+ * circular. The only downside is that it is slow.
*/
static int enable_avrules(link_state_t * state, policydb_t * pol)
{
diff --git a/libsepol/src/module_to_cil.c b/libsepol/src/module_to_cil.c
index c48a897..e20c3d4 100644
--- a/libsepol/src/module_to_cil.c
+++ b/libsepol/src/module_to_cil.c
@@ -1323,7 +1323,7 @@
// length = length of parameters +
// length of operator +
- // 1 space preceeding each parameter +
+ // 1 space preceding each parameter +
// 2 parens around the whole expression
// + null terminator
len = strlen(val1) + strlen(val2) + strlen(op) + (num_params * 1) + 2 + 1;
@@ -1853,7 +1853,7 @@
// length = length of parameters +
// length of operator +
- // 1 space preceeding each parameter +
+ // 1 space preceding each parameter +
// 2 parens around the whole expression
// + null terminator
len = strlen(val1) + strlen(val2) + strlen(op) + (num_params * 1) + 2 + 1;
diff --git a/libsepol/tests/policies/test-deps/base-metreq.conf b/libsepol/tests/policies/test-deps/base-metreq.conf
index bfb4c56..3e2f840 100644
--- a/libsepol/tests/policies/test-deps/base-metreq.conf
+++ b/libsepol/tests/policies/test-deps/base-metreq.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-deps/base-notmetreq.conf b/libsepol/tests/policies/test-deps/base-notmetreq.conf
index f2630e7..8ff3d20 100644
--- a/libsepol/tests/policies/test-deps/base-notmetreq.conf
+++ b/libsepol/tests/policies/test-deps/base-notmetreq.conf
@@ -341,7 +341,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-deps/small-base.conf b/libsepol/tests/policies/test-deps/small-base.conf
index 7c1cbe4..1411e62 100644
--- a/libsepol/tests/policies/test-deps/small-base.conf
+++ b/libsepol/tests/policies/test-deps/small-base.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-expander/alias-base.conf b/libsepol/tests/policies/test-expander/alias-base.conf
index 4ed46d2..57d4520 100644
--- a/libsepol/tests/policies/test-expander/alias-base.conf
+++ b/libsepol/tests/policies/test-expander/alias-base.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-expander/role-base.conf b/libsepol/tests/policies/test-expander/role-base.conf
index b43389f..a603390 100644
--- a/libsepol/tests/policies/test-expander/role-base.conf
+++ b/libsepol/tests/policies/test-expander/role-base.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-expander/small-base.conf b/libsepol/tests/policies/test-expander/small-base.conf
index 7c5d77a..20005e3 100644
--- a/libsepol/tests/policies/test-expander/small-base.conf
+++ b/libsepol/tests/policies/test-expander/small-base.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-expander/user-base.conf b/libsepol/tests/policies/test-expander/user-base.conf
index b60672f..1f84fd7 100644
--- a/libsepol/tests/policies/test-expander/user-base.conf
+++ b/libsepol/tests/policies/test-expander/user-base.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-hooks/cmp_policy.conf b/libsepol/tests/policies/test-hooks/cmp_policy.conf
index ec1e234..1eccf4a 100644
--- a/libsepol/tests/policies/test-hooks/cmp_policy.conf
+++ b/libsepol/tests/policies/test-hooks/cmp_policy.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-hooks/small-base.conf b/libsepol/tests/policies/test-hooks/small-base.conf
index ec1e234..1eccf4a 100644
--- a/libsepol/tests/policies/test-hooks/small-base.conf
+++ b/libsepol/tests/policies/test-hooks/small-base.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/policies/test-linker/small-base.conf b/libsepol/tests/policies/test-linker/small-base.conf
index 3a66f91..2bc1465 100644
--- a/libsepol/tests/policies/test-linker/small-base.conf
+++ b/libsepol/tests/policies/test-linker/small-base.conf
@@ -346,7 +346,7 @@
}
#
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
#
class capability
diff --git a/libsepol/tests/test-deps.c b/libsepol/tests/test-deps.c
index f495087..6bbba81 100644
--- a/libsepol/tests/test-deps.c
+++ b/libsepol/tests/test-deps.c
@@ -126,7 +126,7 @@
* symbols. It is capable of testing 2 scenarios - the dependencies are met
* and the dependencies are not met.
*
- * Paramaters:
+ * Parameters:
* req_met boolean indicating whether the base policy meets the
* requirements for the modules global block.
* b index of the base policy in the global bases_met array.
@@ -209,7 +209,7 @@
* symbols. It is capable of testing 2 scenarios - the dependencies are met
* and the dependencies are not met.
*
- * Paramaters:
+ * Parameters:
* req_met boolean indicating whether the base policy meets the
* requirements for the modules global block.
* b index of the base policy in the global bases_met array.
diff --git a/libsepol/tests/test-downgrade.c b/libsepol/tests/test-downgrade.c
index 963f3fa..f1b0ebb 100644
--- a/libsepol/tests/test-downgrade.c
+++ b/libsepol/tests/test-downgrade.c
@@ -97,7 +97,7 @@
* Output: None
*
* Description:
- * Tests the backward compatability of MLS and Non-MLS binary policy versions.
+ * Tests the backward compatibility of MLS and Non-MLS binary policy versions.
*/
void test_downgrade(void)
{
diff --git a/libsepol/tests/test-downgrade.h b/libsepol/tests/test-downgrade.h
index 10a7c3b..4105def 100644
--- a/libsepol/tests/test-downgrade.h
+++ b/libsepol/tests/test-downgrade.h
@@ -65,7 +65,7 @@
*
* Output: None
*
- * Description: Tests the backward compatability of MLS and Non-MLS binary
+ * Description: Tests the backward compatibility of MLS and Non-MLS binary
* policy versions.
*/
void test_downgrade(void);
diff --git a/libsepol/tests/test-expander-attr-map.c b/libsepol/tests/test-expander-attr-map.c
index b2f59ae..d10636c 100644
--- a/libsepol/tests/test-expander-attr-map.c
+++ b/libsepol/tests/test-expander-attr-map.c
@@ -30,7 +30,7 @@
void test_expander_attr_mapping(void)
{
- /* note that many cases are ommitted because they don't make sense
+ /* note that many cases are omitted because they don't make sense
(i.e. declaring in an optional and then using it in the base) or
because declare in optional then require in a different optional
logic still doesn't work */
diff --git a/libsepol/tests/test-linker-cond-map.c b/libsepol/tests/test-linker-cond-map.c
index 712d991..b02e788 100644
--- a/libsepol/tests/test-linker-cond-map.c
+++ b/libsepol/tests/test-linker-cond-map.c
@@ -93,7 +93,7 @@
/* these tests look at booleans and conditionals in the base only
* to ensure that they aren't altered or removed during the link process */
- /* bool existance and state, global scope */
+ /* bool existence and state, global scope */
d = test_find_decl_by_sym(base, SYM_TYPES, "tag_g_b");
decls[0] = d->decl_id;
test_sym_presence(base, "g_b_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
@@ -103,7 +103,7 @@
bools[0].expr_type = COND_BOOL;
test_cond_expr_mapping(base, d, bools, 1);
- /* bool existance and state, optional scope */
+ /* bool existence and state, optional scope */
d = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b");
decls[0] = d->decl_id;
test_sym_presence(base, "o1_b_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
@@ -121,7 +121,7 @@
unsigned int decls[1];
test_cond_expr_t bools[3];
- /* bool existance and state, module 1 global scope */
+ /* bool existence and state, module 1 global scope */
d = test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m1");
decls[0] = d->decl_id;
test_sym_presence(base, "g_m1_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
@@ -131,7 +131,7 @@
bools[0].expr_type = COND_BOOL;
test_cond_expr_mapping(base, d, bools, 1);
- /* bool existance and state, module 1 optional scope */
+ /* bool existence and state, module 1 optional scope */
d = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_m1");
decls[0] = d->decl_id;
test_sym_presence(base, "o1_m1_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
@@ -141,7 +141,7 @@
bools[0].expr_type = COND_BOOL;
test_cond_expr_mapping(base, d, bools, 1);
- /* bool existance and state, module 2 global scope */
+ /* bool existence and state, module 2 global scope */
d = test_find_decl_by_sym(base, SYM_TYPES, "tag_g_m2");
decls[0] = d->decl_id;
test_sym_presence(base, "g_m2_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
diff --git a/mcstrans/share/examples/default/setrans.conf b/mcstrans/share/examples/default/setrans.conf
index eb181d2..d2bc8a1 100644
--- a/mcstrans/share/examples/default/setrans.conf
+++ b/mcstrans/share/examples/default/setrans.conf
@@ -1,7 +1,7 @@
#
# Multi-Level Security translation table for SELinux
-#
-# Uncomment the following to disable translation libary
+#
+# Uncomment the following to disable translation library
# disable=1
#
# Objects can be labeled with one of 16 levels and be categorized with 0-1023
diff --git a/mcstrans/share/examples/include/setrans.conf b/mcstrans/share/examples/include/setrans.conf
index 4e7b40e..4c7ecf1 100644
--- a/mcstrans/share/examples/include/setrans.conf
+++ b/mcstrans/share/examples/include/setrans.conf
@@ -1,7 +1,7 @@
#
# Multi-Level Security translation table for SELinux
-#
-# Uncomment the following to disable translation libary
+#
+# Uncomment the following to disable translation library
# disable=1
#
# Objects can be labeled with one of 16 levels and be categorized with 0-1023
@@ -10,6 +10,6 @@
# Users can modify this table to translate the MLS labels for different purpose.
#
-# Demonstrate Include by moving everthing to an include file
+# Demonstrate Include by moving everything to an include file
#
Include=/etc/selinux/mls/setrans.d/include-example
diff --git a/mcstrans/share/examples/include/setrans.d/include-example b/mcstrans/share/examples/include/setrans.d/include-example
index eb181d2..d2bc8a1 100644
--- a/mcstrans/share/examples/include/setrans.d/include-example
+++ b/mcstrans/share/examples/include/setrans.d/include-example
@@ -1,7 +1,7 @@
#
# Multi-Level Security translation table for SELinux
-#
-# Uncomment the following to disable translation libary
+#
+# Uncomment the following to disable translation library
# disable=1
#
# Objects can be labeled with one of 16 levels and be categorized with 0-1023
diff --git a/mcstrans/share/examples/nato/setrans.d/rel.conf b/mcstrans/share/examples/nato/setrans.d/rel.conf
index c1eca29..21f8a79 100644
--- a/mcstrans/share/examples/nato/setrans.d/rel.conf
+++ b/mcstrans/share/examples/nato/setrans.d/rel.conf
@@ -9,7 +9,7 @@
Prefix=RELEASEABLE TO
Default=c200.c511
-~c200.c511=EVERBODY
+~c200.c511=EVERYBODY
~c200,~c205,~c219,~c223,~c239,~c257,~c258,~c261,~c268,~c269,~c274,~c278,~c288,~c298,~c300,~c308,~c310,~c331,~c332,~c333,~c365,~c366,~c378,~c381,~c387,~c406,~c407,~c423,~c430=NATO
@@ -748,4 +748,4 @@
~c200,~c444=ZI # Zimbabwe
~c200,~c444=ZWE # Zimbabwe
-#UNCLASSIFIED
\ No newline at end of file
+#UNCLASSIFIED
diff --git a/mcstrans/share/examples/urcsts-via-include/setrans.conf b/mcstrans/share/examples/urcsts-via-include/setrans.conf
index 6b578d8..5998183 100644
--- a/mcstrans/share/examples/urcsts-via-include/setrans.conf
+++ b/mcstrans/share/examples/urcsts-via-include/setrans.conf
@@ -1,7 +1,7 @@
#
# Multi-Level Security translation table for SELinux
-#
-# Uncomment the following to disable translation libary
+#
+# Uncomment the following to disable translation library
# disable=1
#
# Objects can be labeled with one of 16 levels and be categorized with 0-1023
@@ -10,6 +10,6 @@
# Users can modify this table to translate the MLS labels for different purpose.
#
-# Demonstrate Include by moving everthing to an include file
+# Demonstrate Include by moving everything to an include file
#
Include=/etc/selinux/mls/setrans.d/*.conf
diff --git a/mcstrans/src/mcscolor.c b/mcstrans/src/mcscolor.c
index d597e0d..4ee0db5 100644
--- a/mcstrans/src/mcscolor.c
+++ b/mcstrans/src/mcscolor.c
@@ -211,7 +211,7 @@
/* Process line from color file.
- May modify the data pointed to by the buffer paremeter */
+ May modify the data pointed to by the buffer parameter */
static int process_color(char *buffer, int line) {
char rule[10], pat[256], f[256], b[256];
uint32_t i, fg, bg;
diff --git a/policycoreutils/hll/pp/pp.c b/policycoreutils/hll/pp/pp.c
index 98969eb..1d86728 100644
--- a/policycoreutils/hll/pp/pp.c
+++ b/policycoreutils/hll/pp/pp.c
@@ -50,7 +50,7 @@
{
fprintf(stderr, "Usage: %s [OPTIONS] [IN_FILE [OUT_FILE]]\n", progname);
fprintf(stderr, "\n");
- fprintf(stderr, "Read an SELinux policy package (.pp) and output the equivilent CIL.\n");
+ fprintf(stderr, "Read an SELinux policy package (.pp) and output the equivalent CIL.\n");
fprintf(stderr, "If IN_FILE is not provided or is -, read SELinux policy package from\n");
fprintf(stderr, "standard input. If OUT_FILE is not provided or is -, output CIL to\n");
fprintf(stderr, "standard output.\n");
diff --git a/policycoreutils/newrole/hashtab.h b/policycoreutils/newrole/hashtab.h
index 3790f0a..ad5559b 100644
--- a/policycoreutils/newrole/hashtab.h
+++ b/policycoreutils/newrole/hashtab.h
@@ -49,7 +49,7 @@
/*
Creates a new hash table with the specified characteristics.
- Returns NULL if insufficent space is available or
+ Returns NULL if insufficient space is available or
the new hash table otherwise.
*/
extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
diff --git a/policycoreutils/newrole/newrole.c b/policycoreutils/newrole/newrole.c
index 077496d..e70051b 100644
--- a/policycoreutils/newrole/newrole.c
+++ b/policycoreutils/newrole/newrole.c
@@ -621,7 +621,7 @@
#ifdef NAMESPACE_PRIV
/**
* This function will set the uid values to be that of caller's uid, and
- * will drop any privilages which maybe have been raised.
+ * will drop any privilege which may have been raised.
*/
static int transition_to_caller_uid()
{
@@ -718,7 +718,7 @@
fprintf(stderr, _("Error! Could not open %s.\n"), ttyn);
return fd;
}
- /* this craziness is to make sure we cann't block on open and deadlock */
+ /* this craziness is to make sure we can't block on open and deadlock */
rc = fcntl(fd, F_SETFL, fcntl(fd, F_GETFL, 0) & ~O_NONBLOCK);
if (rc) {
fprintf(stderr, _("Error! Could not clear O_NONBLOCK on %s\n"), ttyn);
@@ -1053,7 +1053,7 @@
/*
* Step 0: Setup
*
- * Do some intial setup, including dropping capabilities, checking
+ * Do some initial setup, including dropping capabilities, checking
* if it makes sense to continue to run newrole, and setting up
* a scrubbed environment.
*/
diff --git a/policycoreutils/po/af.po b/policycoreutils/po/af.po
index e4a6e09..904bb73 100644
--- a/policycoreutils/po/af.po
+++ b/policycoreutils/po/af.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/aln.po b/policycoreutils/po/aln.po
index 507644c..f6174a4 100644
--- a/policycoreutils/po/aln.po
+++ b/policycoreutils/po/aln.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/am.po b/policycoreutils/po/am.po
index db49486..593c3bf 100644
--- a/policycoreutils/po/am.po
+++ b/policycoreutils/po/am.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ar.po b/policycoreutils/po/ar.po
index b03fb78..2c8b4c8 100644
--- a/policycoreutils/po/ar.po
+++ b/policycoreutils/po/ar.po
@@ -1631,7 +1631,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1657,7 +1657,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1881,7 +1881,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3730,7 +3730,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3956,7 +3956,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/as.po b/policycoreutils/po/as.po
index 4689a67..8b7155b 100644
--- a/policycoreutils/po/as.po
+++ b/policycoreutils/po/as.po
@@ -1682,7 +1682,7 @@
msgstr "<b>পৰিবৰ্তন কৰিবলে স্থায়ী ভূমিকা বাছক:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s ডমেইনলে স্থানান্তৰ হোৱা ব্যৱহাৰকাৰী ভূমিকাসমূহ বাছক।"
#: ../gui/polgen.glade:928
@@ -1710,7 +1710,7 @@
msgstr "<b>%s লে পৰিবৰ্তন হোৱা ব্যৱহাৰকাৰী ভূমিকাসমূহ বাছক (_r):</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "চিহ্নিত এপ্লিকেচন ডমেইনত ৰূপান্তৰযোগ্য ব্যৱহাৰকাৰীৰ ভূমিকা নিৰ্বাচন কৰক"
#: ../gui/polgen.glade:1056
@@ -1950,7 +1950,7 @@
msgstr "এক্সেকিউটেবল উল্লেখ কৰা আৱশ্যক"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux বিন্যাস কৰক"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4009,7 +4009,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"নাম কোনো খালি ঠাই নথকাকৈ আল্ফা নিউমাৰিক হব লাগিব। বিকল্প \"-n MODULENAME\" "
@@ -4249,7 +4249,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ast.po b/policycoreutils/po/ast.po
index 1a5bc23..84ecf57 100644
--- a/policycoreutils/po/ast.po
+++ b/policycoreutils/po/ast.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/az.po b/policycoreutils/po/az.po
index 1936f49..5819b64 100644
--- a/policycoreutils/po/az.po
+++ b/policycoreutils/po/az.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/bal.po b/policycoreutils/po/bal.po
index 31b8576..fd19eea 100644
--- a/policycoreutils/po/bal.po
+++ b/policycoreutils/po/bal.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/be.po b/policycoreutils/po/be.po
index e9c7007..ca6d42b 100644
--- a/policycoreutils/po/be.po
+++ b/policycoreutils/po/be.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/bg.po b/policycoreutils/po/bg.po
index 1e71e74..33e707d 100644
--- a/policycoreutils/po/bg.po
+++ b/policycoreutils/po/bg.po
@@ -1677,7 +1677,7 @@
msgstr "<b>Изберете съществуваща роля за промяна:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1703,7 +1703,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1940,7 +1940,7 @@
msgstr "Трябва да въведете изпълним файл"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Конфигуриране на "
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3826,7 +3826,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"Името трябва да е от букви и цифри без интервали. Разгледайте ползването на "
@@ -4061,7 +4061,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/bn.po b/policycoreutils/po/bn.po
index 1db7396..ab70a07 100644
--- a/policycoreutils/po/bn.po
+++ b/policycoreutils/po/bn.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/bn_BD.po b/policycoreutils/po/bn_BD.po
index b4f0bfa..695e615 100644
--- a/policycoreutils/po/bn_BD.po
+++ b/policycoreutils/po/bn_BD.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/bn_IN.po b/policycoreutils/po/bn_IN.po
index 3d3cd0b..9909aa3 100644
--- a/policycoreutils/po/bn_IN.po
+++ b/policycoreutils/po/bn_IN.po
@@ -1675,7 +1675,7 @@
msgstr "<b>পরিবর্তনের উদ্দেশ্যে কোনো উপস্থিত ভূমিকা নির্বাচন করুন:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s ডোমেইনে স্থানান্তরের জন্য ব্যবহারকারী ভূমিকা নির্বাচন করুন।"
#: ../gui/polgen.glade:928
@@ -1701,7 +1701,7 @@
msgstr "<b>যে সমস্ত user_roles %s-এ রূপান্তরিত হবে সেগুলি নির্বাচন করুন:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
"চিহ্নিত অ্যাপ্লিকেশন ডোমেইনের মধ্যে রূপান্তরযোগ্য ব্যবহারকারীর ভূমিকা নির্বাচন করুন"
@@ -1943,7 +1943,7 @@
msgstr "এক্সেকিউটেবল উল্লেখ করা আবশ্যক"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux কনফিগার করুন"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3828,7 +3828,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"শূণ্যস্থান বিনা অক্ষর ও সংখ্যা বিশিষ্ট নাম হওয়া আবশ্যক। \"-n MODULENAME\" বিকল্পের "
@@ -4063,7 +4063,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/bo.po b/policycoreutils/po/bo.po
index 8664488..e7f79f5 100644
--- a/policycoreutils/po/bo.po
+++ b/policycoreutils/po/bo.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/br.po b/policycoreutils/po/br.po
index 5c08944..9aafc40 100644
--- a/policycoreutils/po/br.po
+++ b/policycoreutils/po/br.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/brx.po b/policycoreutils/po/brx.po
index 3d6ccd2..bb71d88 100644
--- a/policycoreutils/po/brx.po
+++ b/policycoreutils/po/brx.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/bs.po b/policycoreutils/po/bs.po
index ec4c1d3..689948c 100644
--- a/policycoreutils/po/bs.po
+++ b/policycoreutils/po/bs.po
@@ -1632,7 +1632,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1658,7 +1658,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1882,7 +1882,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3731,7 +3731,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3957,7 +3957,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ca.po b/policycoreutils/po/ca.po
index 401e16f..c1ec98b 100644
--- a/policycoreutils/po/ca.po
+++ b/policycoreutils/po/ca.po
@@ -1654,7 +1654,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1680,7 +1680,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1904,7 +1904,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3753,7 +3753,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3979,7 +3979,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/cs.po b/policycoreutils/po/cs.po
index 91d764b..75c6251 100644
--- a/policycoreutils/po/cs.po
+++ b/policycoreutils/po/cs.po
@@ -1627,7 +1627,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1653,7 +1653,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1877,7 +1877,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3726,7 +3726,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3952,7 +3952,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/cy.po b/policycoreutils/po/cy.po
index c7ff335..34b7460 100644
--- a/policycoreutils/po/cy.po
+++ b/policycoreutils/po/cy.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/da.po b/policycoreutils/po/da.po
index 402c612..e8ef6f9 100644
--- a/policycoreutils/po/da.po
+++ b/policycoreutils/po/da.po
@@ -1632,7 +1632,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1658,7 +1658,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1882,7 +1882,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3731,7 +3731,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3957,7 +3957,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/de.po b/policycoreutils/po/de.po
index f7ac23c..747719c 100644
--- a/policycoreutils/po/de.po
+++ b/policycoreutils/po/de.po
@@ -1709,7 +1709,7 @@
msgstr "<b>Wählen Sie eine vorhandene Rolle zum Bearbeiten:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "Wählen Sie die Benutzerrollen, die in die %s-Domain wechseln werden."
#: ../gui/polgen.glade:928
@@ -1737,7 +1737,7 @@
msgstr "<b>Wählen Sie die Benutzer_rollen, die nach %s wechseln werden:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
"Wählen Sie die Benutzerrollen, die in diese Anwendungsdomains wechseln "
"werden."
@@ -1986,7 +1986,7 @@
msgstr "Sie müssen eine ausführbare Datei angeben"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux konfigurieren"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4106,7 +4106,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"Name muss alphanumerisch ohne Leerzeichen sein. Verwenden Sie ggf. die "
@@ -4346,7 +4346,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/dz.po b/policycoreutils/po/dz.po
index 9a6ca3d..1df09b2 100644
--- a/policycoreutils/po/dz.po
+++ b/policycoreutils/po/dz.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/el.po b/policycoreutils/po/el.po
index d9844d0..39627b4 100644
--- a/policycoreutils/po/el.po
+++ b/policycoreutils/po/el.po
@@ -1626,7 +1626,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1652,7 +1652,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1876,7 +1876,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3725,7 +3725,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3951,7 +3951,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/en_GB.po b/policycoreutils/po/en_GB.po
index b7312f5..34c7352 100644
--- a/policycoreutils/po/en_GB.po
+++ b/policycoreutils/po/en_GB.po
@@ -1630,7 +1630,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1656,7 +1656,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1880,7 +1880,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3729,7 +3729,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3955,7 +3955,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/eo.po b/policycoreutils/po/eo.po
index 5370565..8855298 100644
--- a/policycoreutils/po/eo.po
+++ b/policycoreutils/po/eo.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/es.po b/policycoreutils/po/es.po
index 1bf427a..0321281 100644
--- a/policycoreutils/po/es.po
+++ b/policycoreutils/po/es.po
@@ -1703,7 +1703,7 @@
msgstr "<b>Elija la función existente a modificar:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
"Elija los roles de usuario que harán la transición hacia el dominio %s."
@@ -1732,7 +1732,7 @@
msgstr "<b>Elija las funciones de usuario que harán la transición a %s:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
"Elija las funciones de usuario que harán la transición a estos dominios de "
"aplicaciones."
@@ -1976,7 +1976,7 @@
msgstr "Debe ingresar un ejecutable"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Configurar SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4050,7 +4050,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"El nombre deber ser de tipo alfanumérico y sin espacios. Considere utilizar "
@@ -4288,7 +4288,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/es_MX.po b/policycoreutils/po/es_MX.po
index 1e3e7b2..8d9fc09 100644
--- a/policycoreutils/po/es_MX.po
+++ b/policycoreutils/po/es_MX.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/et.po b/policycoreutils/po/et.po
index a89b95f..605247b 100644
--- a/policycoreutils/po/et.po
+++ b/policycoreutils/po/et.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/eu.po b/policycoreutils/po/eu.po
index bde9697..d6ee3d1 100644
--- a/policycoreutils/po/eu.po
+++ b/policycoreutils/po/eu.po
@@ -1626,7 +1626,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1652,7 +1652,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1876,7 +1876,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Konfiguratu SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3725,7 +3725,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3953,7 +3953,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/fa.po b/policycoreutils/po/fa.po
index 7d33e83..778aa61 100644
--- a/policycoreutils/po/fa.po
+++ b/policycoreutils/po/fa.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/fi.po b/policycoreutils/po/fi.po
index 93a94e9..8bb1012 100644
--- a/policycoreutils/po/fi.po
+++ b/policycoreutils/po/fi.po
@@ -1638,7 +1638,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1664,7 +1664,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1888,7 +1888,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3737,7 +3737,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3964,7 +3964,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/fr.po b/policycoreutils/po/fr.po
index 5c797c9..0867545 100644
--- a/policycoreutils/po/fr.po
+++ b/policycoreutils/po/fr.po
@@ -1712,7 +1712,7 @@
msgstr "<b>Sélectionner le rôle existant à modifier :</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
"Sélectionnez les rôles utilisateur qui transitionneront vers le domaine %s."
@@ -1742,7 +1742,7 @@
"<b>Sélectionnez les rôle utilisateur qui transitionneront vers %s :</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
"Sélectionnez les rôles utilisateur qui transitionneront verss ce domaine "
"applicatif."
@@ -1993,7 +1993,7 @@
msgstr "Vous devez entrer un exécutable"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Configurer SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4147,7 +4147,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"Le nom doit être alphanumérique sans espaces. Pensez à utiliser l'option « -"
@@ -4386,7 +4386,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ga.po b/policycoreutils/po/ga.po
index 683287b..48fc2c1 100644
--- a/policycoreutils/po/ga.po
+++ b/policycoreutils/po/ga.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/gl.po b/policycoreutils/po/gl.po
index 15fbe4a..c0165f1 100644
--- a/policycoreutils/po/gl.po
+++ b/policycoreutils/po/gl.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/gu.po b/policycoreutils/po/gu.po
index bf08113..6400b8c 100644
--- a/policycoreutils/po/gu.po
+++ b/policycoreutils/po/gu.po
@@ -1670,7 +1670,7 @@
msgstr "<b>બદલવા માટે હાલની ભૂમિકાને પસંદ કરો:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "વપરાશકર્તા ભૂમિકાને પસંદ કરો કે જે %s ડોમેઇનમાં પરિવહન કરશે."
#: ../gui/polgen.glade:928
@@ -1698,7 +1698,7 @@
msgstr "<b>વપરાશકર્તા ભૂમિકાઓ પસંદ કરો કે જે %s માં પરિવહન કરશે: (_r)</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "વપરાશકર્તા ભૂમિકાઓ પસંદ કરો કે જે કાર્યક્રમ ડોમેઈનોમાં પરિવહન કરશે."
#: ../gui/polgen.glade:1056
@@ -1936,7 +1936,7 @@
msgstr "તમારે એક્ઝેક્યુટેબલ દાખલ કરવી જ પડશે"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux રૂપરેખાંકિત કરો"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3965,7 +3965,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"નામ ખાલી જગ્યા વગરનું આલ્ફા ન્યૂમેરીક હોવુ જ જોઇએ. વિકલ્પ \"-n MODULENAME\" ને વાપરવાનું "
@@ -4205,7 +4205,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/he.po b/policycoreutils/po/he.po
index 9e3af00..b34f259 100644
--- a/policycoreutils/po/he.po
+++ b/policycoreutils/po/he.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/hi.po b/policycoreutils/po/hi.po
index 34a5224..0c4bf3c 100644
--- a/policycoreutils/po/hi.po
+++ b/policycoreutils/po/hi.po
@@ -1663,7 +1663,7 @@
msgstr "<b>बदलने के लिए मौजूदा भूमिका चुनें:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "उन उपयोक्ता भूमिकाओं को चुनें जो %s डोमेन में संक्रमित किया जाएगा"
#: ../gui/polgen.glade:928
@@ -1691,7 +1691,7 @@
msgstr "<b>उन उपयोक्ता_भूमिका को चुनें जो %s में संक्रमित किया जाएगा:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "उपयोक्ता भूमिका चुनें जो कि इस अनुप्रयोग डोमेन में संक्रमित करेगा."
#: ../gui/polgen.glade:1056
@@ -1931,7 +1931,7 @@
msgstr "आप जरूर एक एक्सक्यूटेबल दें"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux विन्यस्त करें"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"नाम को वर्णांकिक होना चाहिए बिना किसी स्थान के. option \"-n MODULENAME\" का "
@@ -4186,7 +4186,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/hr.po b/policycoreutils/po/hr.po
index 9e7db25..d198e91 100644
--- a/policycoreutils/po/hr.po
+++ b/policycoreutils/po/hr.po
@@ -1631,7 +1631,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1657,7 +1657,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1881,7 +1881,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3730,7 +3730,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3956,7 +3956,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/hu.po b/policycoreutils/po/hu.po
index e358401..9b1c56e 100644
--- a/policycoreutils/po/hu.po
+++ b/policycoreutils/po/hu.po
@@ -1693,7 +1693,7 @@
msgstr "<b>Válasszon létező szerepkört a módosításhoz:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
"Válassza ki a felhasználói szerepköröket amik átmenetet képeznek ehhez a "
"területhez: %s."
@@ -1724,7 +1724,7 @@
"<b>Válasszon felhasználói sze_repeket amik átmenetet képeznek ehhez %s:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
"Válasszon felhasználói szerepköröket amik átmenetet képeznek ehhez az "
"alkalmazás területhez."
@@ -1974,7 +1974,7 @@
msgstr "Meg kell adnia egy végrehajtható állományt"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux beállítása"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4240,7 +4240,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"A névnek alfanumerikusnak kell lennie szóközök nélkül. Vagy alkalmazza az \"-"
@@ -4481,7 +4481,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/hy.po b/policycoreutils/po/hy.po
index 0bc535d..29faeb7 100644
--- a/policycoreutils/po/hy.po
+++ b/policycoreutils/po/hy.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ia.po b/policycoreutils/po/ia.po
index ca47314..a6bd42e 100644
--- a/policycoreutils/po/ia.po
+++ b/policycoreutils/po/ia.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/id.po b/policycoreutils/po/id.po
index 8bd451c..a569be2 100644
--- a/policycoreutils/po/id.po
+++ b/policycoreutils/po/id.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ilo.po b/policycoreutils/po/ilo.po
index 07c416a..9265100 100644
--- a/policycoreutils/po/ilo.po
+++ b/policycoreutils/po/ilo.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/is.po b/policycoreutils/po/is.po
index 0ded88a..dacee22 100644
--- a/policycoreutils/po/is.po
+++ b/policycoreutils/po/is.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/it.po b/policycoreutils/po/it.po
index 0ec9bff..d7ab4a1 100644
--- a/policycoreutils/po/it.po
+++ b/policycoreutils/po/it.po
@@ -1679,7 +1679,7 @@
msgstr "<b>Selezionare una regola esistente da modificare:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "Selezionare le regole utente che transiteranno verso il dominio %s."
#: ../gui/polgen.glade:928
@@ -1707,7 +1707,7 @@
msgstr "<b>Selezionare user_roles che transiterà verso %s:</b> "
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1946,7 +1946,7 @@
msgstr "Inserire un'eseguibile"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Configurare SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3986,7 +3986,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"Il nome deve essere alfanumerico senza spazi. Considerare l'utilizzo "
@@ -4225,7 +4225,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ja.po b/policycoreutils/po/ja.po
index b9487c1..19cf603 100644
--- a/policycoreutils/po/ja.po
+++ b/policycoreutils/po/ja.po
@@ -1692,7 +1692,7 @@
msgstr "<b>修正する既存のロールを選択:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s ドメインに移行するユーザーロールを選択します。"
#: ../gui/polgen.glade:928
@@ -1720,7 +1720,7 @@
msgstr "<b>%s に移行するユーザーロールの選択 (_R):</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "このアプリケーションドメインに移行するユーザーロールを選択します"
#: ../gui/polgen.glade:1056
@@ -1960,7 +1960,7 @@
msgstr "実行ファイルを記入する必要があります"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux の設定"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4098,7 +4098,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"名前は空白の無い英数字でなければなりません。オプション \"-n モジュール名\" の"
@@ -4338,7 +4338,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ka.po b/policycoreutils/po/ka.po
index b6e3ffd..fa51697 100644
--- a/policycoreutils/po/ka.po
+++ b/policycoreutils/po/ka.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/kk.po b/policycoreutils/po/kk.po
index 1eabf04..32eebf6 100644
--- a/policycoreutils/po/kk.po
+++ b/policycoreutils/po/kk.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/km.po b/policycoreutils/po/km.po
index e91ea5c..9fcc685 100644
--- a/policycoreutils/po/km.po
+++ b/policycoreutils/po/km.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/kn.po b/policycoreutils/po/kn.po
index a528c7e..e1a426a 100644
--- a/policycoreutils/po/kn.po
+++ b/policycoreutils/po/kn.po
@@ -1680,7 +1680,7 @@
msgstr "<b>ಮಾರ್ಪಡಿಸಲು ಈಗಿರುವ ಪಾತ್ರವನ್ನು ಆರಿಸಿ:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s ಡೊಮೈನ್ಗೆ ಪರಿವರ್ತಿತಗೊಳ್ಳುವ ಬಳಕೆದಾರ ಪಾತ್ರಗಳನ್ನು ಆರಿಸಿ."
#: ../gui/polgen.glade:928
@@ -1708,7 +1708,7 @@
msgstr "<b>%s ಗೆ ಪರಿವರ್ತಿತಗೊಳ್ಳುವ ಬಳಕೆದಾರ_ಪಾತ್ರಗಳನ್ನು ಆರಿಸಿ:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "ಈ ಅನ್ವಯ ಡೊಮೈನ್ಗಳಿಗೆ ಪರಿವರ್ತಿತಗೊಳ್ಳುವ ಬಳಕೆದಾರ ಪಾತ್ರಗಳನ್ನು ಆರಿಸಿ."
#: ../gui/polgen.glade:1056
@@ -1951,7 +1951,7 @@
msgstr "ನೀವು ಒಂದು ಕಾರ್ಯಗೊಳಿಸಬಹುದಾದ್ದನ್ನು ನಮೂದಿಸಬೇಕು"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux ಅನ್ನು ಸಂರಚಿಸು"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4060,7 +4060,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"ಹೆಸರು ವರ್ಣಮಾಲೆ ಮತ್ತು ಅಂಕೆ ಎರಡನ್ನೂ ಹೊಂದಿರಬೇಕು ಹಾಗು ಖಾಲಿ ಜಾಗಗಳಿರಬಾರದು. \"-n "
@@ -4301,7 +4301,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ko.po b/policycoreutils/po/ko.po
index 49c34e5..9e00978 100644
--- a/policycoreutils/po/ko.po
+++ b/policycoreutils/po/ko.po
@@ -1669,7 +1669,7 @@
msgstr "<b>수정할 기존 역할 선택:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s 도메인으로 전환할 사용자 역할을 선택합니다."
#: ../gui/polgen.glade:928
@@ -1697,7 +1697,7 @@
msgstr "<b>%s로 전환할 사용자 역할을 선택(_R):</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "이 애플리케이션 도메인으로 전환할 사용자 역할을 선택합니다."
#: ../gui/polgen.glade:1056
@@ -1935,7 +1935,7 @@
msgstr "실행 파일을 입력해야 합니다"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux 설정 "
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4018,7 +4018,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"이름은 공백이 없는 영문 숫자로 구성되어야 합니다. \"-n MODULENAME\" 옵션의 사"
@@ -4255,7 +4255,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ks.po b/policycoreutils/po/ks.po
index 59c9404..0e2cbb9 100644
--- a/policycoreutils/po/ks.po
+++ b/policycoreutils/po/ks.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ku.po b/policycoreutils/po/ku.po
index 9d9f1df..ee99d9f 100644
--- a/policycoreutils/po/ku.po
+++ b/policycoreutils/po/ku.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ky.po b/policycoreutils/po/ky.po
index c5fdd2f..925ea8a 100644
--- a/policycoreutils/po/ky.po
+++ b/policycoreutils/po/ky.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/la.po b/policycoreutils/po/la.po
index dc61a42..92a3213 100644
--- a/policycoreutils/po/la.po
+++ b/policycoreutils/po/la.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/lo.po b/policycoreutils/po/lo.po
index 91003c8..fa05b70 100644
--- a/policycoreutils/po/lo.po
+++ b/policycoreutils/po/lo.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/lt.po b/policycoreutils/po/lt.po
index c811075..1d77779 100644
--- a/policycoreutils/po/lt.po
+++ b/policycoreutils/po/lt.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/lt_LT.po b/policycoreutils/po/lt_LT.po
index 3eebb68..3f69e40 100644
--- a/policycoreutils/po/lt_LT.po
+++ b/policycoreutils/po/lt_LT.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/lv.po b/policycoreutils/po/lv.po
index 6bb48a3..c7e1b45 100644
--- a/policycoreutils/po/lv.po
+++ b/policycoreutils/po/lv.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/lv_LV.po b/policycoreutils/po/lv_LV.po
index e5c3799..5b2afd2 100644
--- a/policycoreutils/po/lv_LV.po
+++ b/policycoreutils/po/lv_LV.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/mai.po b/policycoreutils/po/mai.po
index 63e9b9a..d137fe3 100644
--- a/policycoreutils/po/mai.po
+++ b/policycoreutils/po/mai.po
@@ -1627,7 +1627,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1653,7 +1653,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1877,7 +1877,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3726,7 +3726,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3952,7 +3952,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/mg.po b/policycoreutils/po/mg.po
index 4192aec..45b508a 100644
--- a/policycoreutils/po/mg.po
+++ b/policycoreutils/po/mg.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/mk.po b/policycoreutils/po/mk.po
index 9e58dcd..fe6e114 100644
--- a/policycoreutils/po/mk.po
+++ b/policycoreutils/po/mk.po
@@ -1638,7 +1638,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1664,7 +1664,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1888,7 +1888,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3737,7 +3737,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3963,7 +3963,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ml.po b/policycoreutils/po/ml.po
index dc07ee8..e1b1270 100644
--- a/policycoreutils/po/ml.po
+++ b/policycoreutils/po/ml.po
@@ -1664,7 +1664,7 @@
msgstr "<b>മാറ്റം വരുത്തുന്നതിനായി നിലവിലുള്ളൊരു നിയമനം തെരഞ്ഞെടുക്കുക:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s ഡൊമെയിനിലേക്ക് ഉപയോക്താവിന്റെ ഏതെല്ലാം ജോലികള് മാറുന്നു എന്നു് തെരഞ്ഞെടുക്കുക."
#: ../gui/polgen.glade:928
@@ -1692,7 +1692,7 @@
msgstr "<b>%s മാറുന്ന ഉപയോക്താവിന്റെ നിയമനങ്ങള് തെരഞ്ഞെടുക്കുക.:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
"ഉപയോക്താവ് ഏത് ജോലികളില് നിന്നും ഈ പ്രയോഗങ്ങളുടെ ഡൊമെയിനുകളിലേക്ക് മാറുന്നു എന്ന് തിരഞ്ഞെടുക്കുക"
@@ -1933,7 +1933,7 @@
msgstr "പ്രവര്ത്തനത്തിലുള്ളത് പറഞ്ഞിരിക്കണം"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux ക്രമികരിക്കുക"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4025,7 +4025,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"പേരില് സ്പെയിസുകളില്ലാതെ ആല്ഫാ ന്യൂമെറിക് അക്ഷരങ്ങള് നല്കുക. \"-n MODULENAME\" ഐച്ഛികം "
@@ -4265,7 +4265,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/mn.po b/policycoreutils/po/mn.po
index 9d1342b..7040ba4 100644
--- a/policycoreutils/po/mn.po
+++ b/policycoreutils/po/mn.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/mr.po b/policycoreutils/po/mr.po
index cfc3b88..fe3758d 100644
--- a/policycoreutils/po/mr.po
+++ b/policycoreutils/po/mr.po
@@ -1668,7 +1668,7 @@
msgstr "<b>संपादनकरीता अस्तित्वातील भूमिका पसंत करा:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s डोमेनकरीता स्थानांतर करण्याजोगी वापरकर्ता भूमिकाची नीवड करा."
#: ../gui/polgen.glade:928
@@ -1696,7 +1696,7 @@
msgstr "<b>%s करीता स्थानांतरनजोगी user_roles ची नीवड करा:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "या ॲप्लिकेशन डोमेनकरीता स्थानांतरन करण्याजोगी वापरकर्ता भूमिका निवडा."
#: ../gui/polgen.glade:1056
@@ -1936,7 +1936,7 @@
msgstr "एक्जीक्यूटेबल देणे आवश्यक"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux संरचीत करा"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3968,7 +3968,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"विना मोकळी जागा नाव अल्फा न्युमेरिक असायला पाहिजे. पर्याय \"-n MODULENAME\" याचा "
@@ -4208,7 +4208,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ms.po b/policycoreutils/po/ms.po
index 4b2f210..7de7fa0 100644
--- a/policycoreutils/po/ms.po
+++ b/policycoreutils/po/ms.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/my.po b/policycoreutils/po/my.po
index 37eb16a..2fd7f75 100644
--- a/policycoreutils/po/my.po
+++ b/policycoreutils/po/my.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/nb.po b/policycoreutils/po/nb.po
index 410a43e..f78a07b 100644
--- a/policycoreutils/po/nb.po
+++ b/policycoreutils/po/nb.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/nds.po b/policycoreutils/po/nds.po
index 1a1547c..e131dcc 100644
--- a/policycoreutils/po/nds.po
+++ b/policycoreutils/po/nds.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ne.po b/policycoreutils/po/ne.po
index c74d665..b0a1fda 100644
--- a/policycoreutils/po/ne.po
+++ b/policycoreutils/po/ne.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/nl.po b/policycoreutils/po/nl.po
index 3d3b111..cb51b7c 100644
--- a/policycoreutils/po/nl.po
+++ b/policycoreutils/po/nl.po
@@ -1641,7 +1641,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1667,7 +1667,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1891,7 +1891,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3740,7 +3740,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3966,7 +3966,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/nn.po b/policycoreutils/po/nn.po
index e89e353..dea0002 100644
--- a/policycoreutils/po/nn.po
+++ b/policycoreutils/po/nn.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/nso.po b/policycoreutils/po/nso.po
index 5684f24..b7ceef6 100644
--- a/policycoreutils/po/nso.po
+++ b/policycoreutils/po/nso.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/or.po b/policycoreutils/po/or.po
index 3f3e921..01e8ac7 100644
--- a/policycoreutils/po/or.po
+++ b/policycoreutils/po/or.po
@@ -1668,7 +1668,7 @@
msgstr "<b>ପରିବର୍ତ୍ତନ କରିବା ପାଇଁ ସ୍ଥିତବାନ ଭୂମିକା ବାଛନ୍ତୁ:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "ଚାଳକ ଭୂମିକାଗୁଡିକୁ ଚୟନ କରନ୍ତୁ ଯିଏ %s ପରିସରକୁ ସକର୍ମ କରିବ।"
#: ../gui/polgen.glade:928
@@ -1696,7 +1696,7 @@
msgstr "<b>%s କୁ ପରିବର୍ତ୍ତିତ ହେବାକୁ ଥିବା ଚାଳକ ଭୂମିକା ବାଛନ୍ତୁ (_r):</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "ଚାଳକ ଭୂମିକା ଗୁଡିକୁ ଚୟନ କରନ୍ତୁ ଯିଏ ଏହି ପ୍ରୟୋଗ ପରିସରଗୁଡିକୁ ସକର୍ମ କରିବ।"
#: ../gui/polgen.glade:1056
@@ -1936,7 +1936,7 @@
msgstr "ଆପଣ ଗୋଟିଏ ନିଷ୍ପାଦ୍ୟ ଭରଣ କରିବା ଉଚିତ"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux ବିନ୍ୟାସ କରନ୍ତୁ"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3970,7 +3970,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"ନାମଟି ନିଶ୍ଚିତ ଭାବରେ ଖାଲିସ୍ଥାନ ନଥିବା ଏବଂ ସାଂକ୍ଷରିକ ହୋଇଥିବା ଉଚିତ। \"-n MODULENAME\" "
@@ -4210,7 +4210,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/pa.po b/policycoreutils/po/pa.po
index 845642e..9635cb6 100644
--- a/policycoreutils/po/pa.po
+++ b/policycoreutils/po/pa.po
@@ -1658,7 +1658,7 @@
msgstr "<b>ਤਬਦੀਲ ਕਰਨ ਲਈ ਮੌਜੀਦਾ ਰੋਲ ਚੁਣੋ:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "ਯੂਜ਼ਰ ਰੋਲ ਚੁਣੋ ਜੋ %s ਡੋਮੇਨ ਵਿੱਚ ਤਬਦੀਲ ਹੋਵੇਗਾ।"
#: ../gui/polgen.glade:928
@@ -1686,7 +1686,7 @@
msgstr "<b>user_roles ਚੁਣੋ ਜੋ %s ਵਿੱਚ ਤਬਦੀਲ ਹੋਵੇਗਾ:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "ਉਪਭੋਗੀ ਰੋਲ ਚੁਣੋ ਜੋ ਇਸ ਕਾਰਜ ਡੋਮੇਨਾਂ ਵਿੱਚ ਤਬਦੀਲ ਹੋਵੇਗਾ।"
#: ../gui/polgen.glade:1056
@@ -1926,7 +1926,7 @@
msgstr "ਤੁਹਾਨੂੰ ਇੱਕ ਐਗਜ਼ੀਕਿਊਟੇਬਲ ਦੇਣਾ ਚਾਹੀਦਾ ਹੈ"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux ਸੰਰਚਨਾ"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3925,7 +3925,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr "ਨਾਂ ਅਲਫਾ ਨੁਮੈਰਿਕ ਹੋਣਾ ਜਰੂਰੀ ਹੈ। ਚੋਣ \"-n MODULENAME\" ਦੀ ਵਰਤੋਂ ਕਰੋ"
@@ -4163,7 +4163,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/pl.po b/policycoreutils/po/pl.po
index 6764d70..193af55 100644
--- a/policycoreutils/po/pl.po
+++ b/policycoreutils/po/pl.po
@@ -1678,7 +1678,7 @@
msgstr "<b>Wybór istniejącej roli do zmodyfikowania:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "Wybór roli użytkownika, które przemienić do domeny %s."
#: ../gui/polgen.glade:928
@@ -1706,7 +1706,7 @@
msgstr "<b>Wybór ról użytkownika, do których przemienić %s:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "Wybór ról użytkownika, które przemienić do tych domen aplikacji."
#: ../gui/polgen.glade:1056
@@ -1947,7 +1947,7 @@
msgstr "Należy podać plik wykonywalny"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Skonfiguruj SELinuksa"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4010,7 +4010,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"Nazwa musi być alfanumeryczna bez spacji. Proszę rozważyć użycie opcji \"-n "
@@ -4245,7 +4245,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/policycoreutils.pot b/policycoreutils/po/policycoreutils.pot
index be2f1eb..18fcdcc 100644
--- a/policycoreutils/po/policycoreutils.pot
+++ b/policycoreutils/po/policycoreutils.pot
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/pt.po b/policycoreutils/po/pt.po
index b969142..6a74f34 100644
--- a/policycoreutils/po/pt.po
+++ b/policycoreutils/po/pt.po
@@ -1653,7 +1653,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1679,7 +1679,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1903,7 +1903,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3752,7 +3752,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3978,7 +3978,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/pt_BR.po b/policycoreutils/po/pt_BR.po
index bea6ff5..9c2771b 100644
--- a/policycoreutils/po/pt_BR.po
+++ b/policycoreutils/po/pt_BR.po
@@ -1695,7 +1695,7 @@
msgstr "<b>Selecione função existente para modificar:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "Selecionar as funções de usuário que transitarão para o domínio %s."
#: ../gui/polgen.glade:928
@@ -1721,7 +1721,7 @@
msgstr "<b>Selecione user_roles que transitarão para %s</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
"Selecionar funções de usuários que transitarão para estes domínios de "
"aplicativos."
@@ -1957,7 +1957,7 @@
msgstr "Você deve inserir um executável"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Configurar SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3972,7 +3972,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"O nome deve ser alfa numérico sem espaços. Considere o uso da opção \"-n "
@@ -4208,7 +4208,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ro.po b/policycoreutils/po/ro.po
index ffee45d..6ea8b3a 100644
--- a/policycoreutils/po/ro.po
+++ b/policycoreutils/po/ro.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ru.po b/policycoreutils/po/ru.po
index 96987b6..afa0b0d 100644
--- a/policycoreutils/po/ru.po
+++ b/policycoreutils/po/ru.po
@@ -1676,7 +1676,7 @@
msgstr "<b>Выберите роль для изменения:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "Выберите роли для переноса в домен %s."
#: ../gui/polgen.glade:928
@@ -1704,7 +1704,7 @@
msgstr "<b>Выберите роли, которые будут перенесены в %s:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "Выберите роли, которые будут перенесены в программные домены."
#: ../gui/polgen.glade:1056
@@ -1943,7 +1943,7 @@
msgstr "Необходимо указать исполняемый файл"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Настроить SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4023,7 +4023,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"Имя может содержать буквы и цифры без пробелов. Рекомендуется использовать "
@@ -4263,7 +4263,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/si.po b/policycoreutils/po/si.po
index 34a766f..0b82f24 100644
--- a/policycoreutils/po/si.po
+++ b/policycoreutils/po/si.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/si_LK.po b/policycoreutils/po/si_LK.po
index 2890914..ea6721f 100644
--- a/policycoreutils/po/si_LK.po
+++ b/policycoreutils/po/si_LK.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/sk.po b/policycoreutils/po/sk.po
index 9888086..3ffa737 100644
--- a/policycoreutils/po/sk.po
+++ b/policycoreutils/po/sk.po
@@ -1627,7 +1627,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1653,7 +1653,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1877,7 +1877,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3726,7 +3726,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3952,7 +3952,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/sl.po b/policycoreutils/po/sl.po
index 31807dd..cc83cb2 100644
--- a/policycoreutils/po/sl.po
+++ b/policycoreutils/po/sl.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/sq.po b/policycoreutils/po/sq.po
index 21c15f0..d5f9ea9 100644
--- a/policycoreutils/po/sq.po
+++ b/policycoreutils/po/sq.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/sr.po b/policycoreutils/po/sr.po
index b7d900e..2eac72c 100644
--- a/policycoreutils/po/sr.po
+++ b/policycoreutils/po/sr.po
@@ -1634,7 +1634,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1660,7 +1660,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1884,7 +1884,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3733,7 +3733,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3959,7 +3959,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/[email protected] b/policycoreutils/po/[email protected]
index 93b28d4..9417e54 100644
--- a/policycoreutils/po/[email protected]
+++ b/policycoreutils/po/[email protected]
@@ -1635,7 +1635,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1661,7 +1661,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1885,7 +1885,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3734,7 +3734,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3960,7 +3960,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/sv.po b/policycoreutils/po/sv.po
index fddabf4..4486700 100644
--- a/policycoreutils/po/sv.po
+++ b/policycoreutils/po/sv.po
@@ -1673,7 +1673,7 @@
msgstr "<b>Välj en befintlig roll att ändra:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "Välj användarrollerna som skall övergå till domänen %s."
#: ../gui/polgen.glade:928
@@ -1701,7 +1701,7 @@
msgstr "<b>Välj användarrollerna som skall övergå till domänen %s:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "Välj användarrollerna som kan övergå till detta programs domäner."
#: ../gui/polgen.glade:1056
@@ -1940,7 +1940,7 @@
msgstr "Du måste ange ett körbart program"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Konfigurera SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4006,7 +4006,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"Namn måste vara alfanumeriska utan blanktecken. Överväg att använda flagga "
@@ -4245,7 +4245,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ta.po b/policycoreutils/po/ta.po
index 9f91a5c..e551f03 100644
--- a/policycoreutils/po/ta.po
+++ b/policycoreutils/po/ta.po
@@ -1673,7 +1673,7 @@
msgstr "<b>முன்பே உள்ள பங்குகளில் மாற்றம் செய்ய வேண்டியவற்றைத் தேர்ந்தெடுக்கவும்:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s டொமைனுக்கு நிலைமாறும் பயனர் பங்குகளைத் தேர்ந்தெடுக்கவும்."
#: ../gui/polgen.glade:928
@@ -1701,7 +1701,7 @@
msgstr "<b>%s க்கு நிலைமாறும் user_roles ஐத் தேர்ந்தெடுக்கவும்:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "இந்த பயன்பாடுகளின் செயற்களங்களுக்கு மற்றொன்றுக்கு மாறாத பயனர் பங்குகளை தேர்ந்தெடு."
#: ../gui/polgen.glade:1056
@@ -1941,7 +1941,7 @@
msgstr "ஒரு இயக்கத்தக்கதை உள்ளிட வேண்டும்"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinuxஐ அமைவாக்கம் செய்யவும்"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4038,7 +4038,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"பெயரில் இடைவெளி இருக்கக்கூடாது, எண்களும் எழுத்துகளும் இருக்க வேண்டும். \"-n MODULENAME"
@@ -4278,7 +4278,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/te.po b/policycoreutils/po/te.po
index 91321c3..f22ead1 100644
--- a/policycoreutils/po/te.po
+++ b/policycoreutils/po/te.po
@@ -1658,7 +1658,7 @@
msgstr "<b>సవరించుటకు వున్న పాత్రను యెంపికచేయి:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "%s డొమైన్కు బదిలీ అగు వాడుకరి పాత్రలను యెంపికచేయి."
#: ../gui/polgen.glade:928
@@ -1686,7 +1686,7 @@
msgstr "<b>%s కు బదీలీ అయ్యే వాడుకరి-పాత్రలు యెంపికచేయి:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "ఈ అనువర్తనాల డొమైన్స్కు బదిలీకరించబోవు వినియోగదారి దస్త్రాలను ఎంపికచేయుము"
#: ../gui/polgen.glade:1056
@@ -1924,7 +1924,7 @@
msgstr "మీరు తప్పక ఒక నిర్వర్తినిని ప్రవేశపెట్టవలెను"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "SELinux ను ఆకృతీకరించుము"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3907,7 +3907,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr "పేరు ఖాళీలు లేకుండా అల్ఫాన్యూమరిక్ అయివుండాలి. \"-n MODULENAME\" ఐచ్చికం వుపయోగించుము."
@@ -4142,7 +4142,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/tg.po b/policycoreutils/po/tg.po
index c67e7eb..8075acd 100644
--- a/policycoreutils/po/tg.po
+++ b/policycoreutils/po/tg.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/th.po b/policycoreutils/po/th.po
index faa7475..b23787a 100644
--- a/policycoreutils/po/th.po
+++ b/policycoreutils/po/th.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/tl.po b/policycoreutils/po/tl.po
index 3332653..b045a2b 100644
--- a/policycoreutils/po/tl.po
+++ b/policycoreutils/po/tl.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/tr.po b/policycoreutils/po/tr.po
index 269e42c..e814ab3 100644
--- a/policycoreutils/po/tr.po
+++ b/policycoreutils/po/tr.po
@@ -1624,7 +1624,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1650,7 +1650,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1874,7 +1874,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3723,7 +3723,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3949,7 +3949,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/uk.po b/policycoreutils/po/uk.po
index 2938d05..77ebdc0 100644
--- a/policycoreutils/po/uk.po
+++ b/policycoreutils/po/uk.po
@@ -1675,7 +1675,7 @@
msgstr "<b>Виберіть вже створену роль для внесення змін:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "Виберіть ролі користувача, які переводитимуть до домену %s."
#: ../gui/polgen.glade:928
@@ -1703,7 +1703,7 @@
msgstr "<b>Виберіть user_roles які переводитимуть до %s:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "Виберіть ролі користувачів, які слід перенести у домени програм."
#: ../gui/polgen.glade:1056
@@ -1944,7 +1944,7 @@
msgstr "Слід вказати виконуваний файл"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "Налаштовування SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -4138,7 +4138,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
"Назва має складатися з літер і цифр, без пробілів. Вам варто скористатися "
@@ -4378,7 +4378,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/ur.po b/policycoreutils/po/ur.po
index 0ede3e6..c3b77f2 100644
--- a/policycoreutils/po/ur.po
+++ b/policycoreutils/po/ur.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/vi.po b/policycoreutils/po/vi.po
index fa87a1d..b999ad0 100644
--- a/policycoreutils/po/vi.po
+++ b/policycoreutils/po/vi.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/vi_VN.po b/policycoreutils/po/vi_VN.po
index c444825..ef0280c 100644
--- a/policycoreutils/po/vi_VN.po
+++ b/policycoreutils/po/vi_VN.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/wo.po b/policycoreutils/po/wo.po
index 8713a24..4ec507c 100644
--- a/policycoreutils/po/wo.po
+++ b/policycoreutils/po/wo.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/xh.po b/policycoreutils/po/xh.po
index e199788..90eae45 100644
--- a/policycoreutils/po/xh.po
+++ b/policycoreutils/po/xh.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/zh_CN.GB2312.po b/policycoreutils/po/zh_CN.GB2312.po
index f56bae3..b2cceed 100644
--- a/policycoreutils/po/zh_CN.GB2312.po
+++ b/policycoreutils/po/zh_CN.GB2312.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/zh_CN.po b/policycoreutils/po/zh_CN.po
index 03946d3..297af9a 100644
--- a/policycoreutils/po/zh_CN.po
+++ b/policycoreutils/po/zh_CN.po
@@ -1644,7 +1644,7 @@
msgstr "<b>选择现有角色进行修改:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "选择要转换到 %s 域的用户角色。"
#: ../gui/polgen.glade:928
@@ -1672,7 +1672,7 @@
msgstr "<b>选择要转换成 %s 的 user_roles:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "选择要转换成这个程序域的用户角色。"
#: ../gui/polgen.glade:1056
@@ -1900,7 +1900,7 @@
msgstr "您必须输入 executable"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "配置 SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3824,7 +3824,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr "名称必须是数字字母组合,且没有空格。请考虑使用选项 \"-n MODULENAME\"。"
@@ -4057,7 +4057,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/zh_HK.po b/policycoreutils/po/zh_HK.po
index dc7dae8..440dbde 100644
--- a/policycoreutils/po/zh_HK.po
+++ b/policycoreutils/po/zh_HK.po
@@ -1622,7 +1622,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1648,7 +1648,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1872,7 +1872,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3721,7 +3721,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3947,7 +3947,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/zh_TW.Big5.po b/policycoreutils/po/zh_TW.Big5.po
index afc86a8..047f973 100644
--- a/policycoreutils/po/zh_TW.Big5.po
+++ b/policycoreutils/po/zh_TW.Big5.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/zh_TW.po b/policycoreutils/po/zh_TW.po
index 9f84d79..ea5620f 100644
--- a/policycoreutils/po/zh_TW.po
+++ b/policycoreutils/po/zh_TW.po
@@ -1654,7 +1654,7 @@
msgstr "<b>選擇欲修改的既有角色:</b>"
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr "選擇將會轉換至 %s 區域的使用者角色。"
#: ../gui/polgen.glade:928
@@ -1682,7 +1682,7 @@
msgstr "<b>選擇將會轉換至 %s 的 user_roles:</b>"
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr "選擇將會轉換至此應用程式區域的使用者角色。"
#: ../gui/polgen.glade:1056
@@ -1916,7 +1916,7 @@
msgstr "您必須輸入一個可執行檔"
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr "配置 SELinux"
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3854,7 +3854,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr "名稱必須是字母數字,並且不包含空格。請考慮使用 \"-n MODULENAME\" 選項"
@@ -4089,7 +4089,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/po/zu.po b/policycoreutils/po/zu.po
index b306041..06cab62 100644
--- a/policycoreutils/po/zu.po
+++ b/policycoreutils/po/zu.po
@@ -1623,7 +1623,7 @@
msgstr ""
#: ../gui/polgen.glade:908
-msgid "Select the user roles that will transiton to the %s domain."
+msgid "Select the user roles that will transition to the %s domain."
msgstr ""
#: ../gui/polgen.glade:928
@@ -1649,7 +1649,7 @@
msgstr ""
#: ../gui/polgen.glade:1019
-msgid "Select the user roles that will transiton to this applications domains."
+msgid "Select the user roles that will transition to this applications domains."
msgstr ""
#: ../gui/polgen.glade:1056
@@ -1873,7 +1873,7 @@
msgstr ""
#: ../gui/polgengui.py:756 ../gui/system-config-selinux.py:180
-msgid "Configue SELinux"
+msgid "Configure SELinux"
msgstr ""
#: ../gui/portsPage.py:51 ../gui/system-config-selinux.glade:2528
@@ -3722,7 +3722,7 @@
#: ../sepolicy/sepolicy/generate.py:333
msgid ""
-"Name must be alpha numberic with no spaces. Consider using option \"-n "
+"Name must be alpha numeric with no spaces. Consider using option \"-n "
"MODULENAME\""
msgstr ""
@@ -3948,7 +3948,7 @@
#: ../sepolicy/sepolicy/sepolicy.glade:826
msgid ""
-"Select Make Path Recursive iff you want to apply this label to all children "
+"Select Make Path Recursive if you want to apply this label to all children "
"of the specified directory path. objects under the directory to have this "
"label."
msgstr ""
diff --git a/policycoreutils/scripts/fixfiles b/policycoreutils/scripts/fixfiles
index b277958..5be9ba6 100755
--- a/policycoreutils/scripts/fixfiles
+++ b/policycoreutils/scripts/fixfiles
@@ -67,7 +67,7 @@
}
#
-# Get the default label returned from the kernel for a file with a lable the
+# Get the default label returned from the kernel for a file with a label the
# kernel does not understand
#
get_undefined_type() {
diff --git a/python/audit2allow/sepolgen-ifgen b/python/audit2allow/sepolgen-ifgen
index be2d093..4a71cda 100644
--- a/python/audit2allow/sepolgen-ifgen
+++ b/python/audit2allow/sepolgen-ifgen
@@ -53,7 +53,7 @@
parser.add_option("-a", "--attribute_info", dest="attribute_info")
parser.add_option("-p", "--policy", dest="policy_path")
parser.add_option("-v", "--verbose", action="store_true", default=False,
- help="print debuging output")
+ help="print debugging output")
parser.add_option("-d", "--debug", action="store_true", default=False,
help="extra debugging output")
parser.add_option("--attr-helper", default=ATTR_HELPER,
@@ -126,7 +126,7 @@
else:
log = None
- # Get the attibutes from the binary
+ # Get the attributes from the binary
attrs = None
if not options.no_attrs:
attrs = get_attrs(options.policy_path, options.attr_helper)
diff --git a/python/semanage/semanage b/python/semanage/semanage
index 144cc00..1934a56 100644
--- a/python/semanage/semanage
+++ b/python/semanage/semanage
@@ -906,7 +906,7 @@
def make_io_args(args):
- # import/export backward compability
+ # import/export backward compatibility
args_origin = ["-S", "-o", "-i", "targeted", "minimum", "mls"]
args_file = []
args_ie = []
diff --git a/python/semanage/seobject.py b/python/semanage/seobject.py
index 13fdf53..8586567 100644
--- a/python/semanage/seobject.py
+++ b/python/semanage/seobject.py
@@ -1849,7 +1849,7 @@
if addr == "":
raise ValueError(_("Node Address is required"))
- # verify valid comination
+ # verify valid combination
if len(mask) == 0 or mask[0] == "/":
i = IP(addr + mask)
newaddr = i.strNormal(0)
diff --git a/python/sepolgen/HACKING b/python/sepolgen/HACKING
index a0ec323..e624a1b 100644
--- a/python/sepolgen/HACKING
+++ b/python/sepolgen/HACKING
@@ -24,7 +24,7 @@
This representation can be used as output from the parser to represent
the reference policy interfaces. It can also be used to generate
-policy by building up the relevent data structures and then outputting
+policy by building up the relevant data structures and then outputting
them. See sepolgen.policygen and sepolgen.output for information on how
this can be done.
diff --git a/python/sepolgen/src/sepolgen/access.py b/python/sepolgen/src/sepolgen/access.py
index ba80f93..791b9e8 100644
--- a/python/sepolgen/src/sepolgen/access.py
+++ b/python/sepolgen/src/sepolgen/access.py
@@ -23,7 +23,7 @@
SELinux - at the most basic level - represents access as
the 4-tuple subject (type or context), target (type or context),
object class, permission. The policy language elaborates this basic
-access to faciliate more concise rules (e.g., allow rules can have multiple
+access to facilitate more concise rules (e.g., allow rules can have multiple
source or target types - see refpolicy for more information).
This module has objects for representing the most basic access (AccessVector)
@@ -37,12 +37,12 @@
from selinux import audit2why
def is_idparam(id):
- """Determine if an id is a paramater in the form $N, where N is
+ """Determine if an id is a parameter in the form $N, where N is
an integer.
Returns:
- True if the id is a paramater
- False if the id is not a paramater
+ True if the id is a parameter
+ False if the id is not a parameter
"""
if len(id) > 1 and id[0] == '$':
try:
@@ -167,7 +167,7 @@
def avrule_to_access_vectors(avrule):
"""Convert an avrule into a list of access vectors.
- AccessVectors and AVRules are similary, but differ in that
+ AccessVectors and AVRules are similarly, but differ in that
an AVRule can more than one source type, target type, and
object class. This function expands a single avrule into a
list of one or more AccessVectors representing the access
@@ -223,7 +223,7 @@
def __len__(self):
"""Return the number of unique access vectors in the set.
- Because of the inernal representation of the access vector set,
+ Because of the internal representation of the access vector set,
__len__ is not a constant time operation. Worst case is O(N)
where N is the number of unique access vectors, but the common
case is probably better.
@@ -317,7 +317,7 @@
class RoleTypeSet:
"""A non-overlapping set of role type statements.
- This clas allows the incremental addition of role type statements and
+ This class allows the incremental addition of role type statements and
maintains a non-overlapping list of statements.
"""
def __init__(self):
diff --git a/python/sepolgen/src/sepolgen/interfaces.py b/python/sepolgen/src/sepolgen/interfaces.py
index f4d3e5c..eadf3a3 100644
--- a/python/sepolgen/src/sepolgen/interfaces.py
+++ b/python/sepolgen/src/sepolgen/interfaces.py
@@ -33,7 +33,7 @@
class Param:
"""
- Object representing a paramater for an interface.
+ Object representing a parameter for an interface.
"""
def __init__(self):
self.__name = ""
@@ -66,7 +66,7 @@
# The entries are identical - we're done
if type == p.type:
return
- # Hanldle implicitly typed objects (like process)
+ # Handle implicitly typed objects (like process)
if (type == refpolicy.SRC_TYPE or type == refpolicy.TGT_TYPE) and \
(p.type == refpolicy.TGT_TYPE or p.type == refpolicy.SRC_TYPE):
#print name, refpolicy.field_to_str[p.type]
@@ -104,9 +104,9 @@
def av_extract_params(av, params):
- """Extract the paramaters from an access vector.
+ """Extract the parameters from an access vector.
- Extract the paramaters (in the form $N) from an access
+ Extract the parameters (in the form $N) from an access
vector, storing them as Param objects in a dictionary.
Some attempt is made at resolving conflicts with other
entries in the dict, but if an unresolvable conflict is
@@ -132,7 +132,7 @@
allow fingerd_t $1:process sigchld;
')
- Here the usage seems ambigious, but it is not. $1 is still domain
+ Here the usage seems ambiguous, but it is not. $1 is still domain
and therefore should be returned as a SRC_TYPE.
Returns:
@@ -245,7 +245,7 @@
# this will include indirect access from typeattribute
# statements.
self.access = access.AccessVectorSet()
- # Paramaters are stored in a dictionary (key: param name
+ # Parameters are stored in a dictionary (key: param name
# value: Param object).
self.params = { }
if interface:
@@ -284,13 +284,13 @@
self.add_av(av)
- # Extract paramaters from roles
+ # Extract parameters from roles
for role in interface.roles():
if role_extract_params(role, self.params):
pass
#print "found conflicting role param %s for interface %s" % \
# (role.name, interface.name)
- # Extract paramaters from type rules
+ # Extract parameters from type rules
for rule in interface.typerules():
if type_rule_extract_params(rule, self.params):
pass
diff --git a/python/sepolgen/src/sepolgen/matching.py b/python/sepolgen/src/sepolgen/matching.py
index 6f86359..a2f2d1b 100644
--- a/python/sepolgen/src/sepolgen/matching.py
+++ b/python/sepolgen/src/sepolgen/matching.py
@@ -149,7 +149,7 @@
prov - [AccessVector] The access provided. This is the potential
match that is being evaluated for req.
Returns:
- 0 : Exact match between the acess vectors.
+ 0 : Exact match between the access vectors.
< 0 : The prov av does not provide all of the access in req.
A smaller value indicates that the access is further.
diff --git a/python/sepolgen/src/sepolgen/module.py b/python/sepolgen/src/sepolgen/module.py
index 8766dd9..745364c 100644
--- a/python/sepolgen/src/sepolgen/module.py
+++ b/python/sepolgen/src/sepolgen/module.py
@@ -95,7 +95,7 @@
module compiler (checkmodule) and module packager (semodule_package).
You are likely interested in the create_module_package method.
- Several options are controlled via paramaters (only effects the
+ Several options are controlled via parameters (only effects the
non-refpol builds):
.mls [boolean] Generate an MLS module (by passed -M to
diff --git a/python/sepolgen/src/sepolgen/objectmodel.py b/python/sepolgen/src/sepolgen/objectmodel.py
index d05d721..84955f7 100644
--- a/python/sepolgen/src/sepolgen/objectmodel.py
+++ b/python/sepolgen/src/sepolgen/objectmodel.py
@@ -47,7 +47,7 @@
# All of the permissions in SELinux can be described in terms of
# information flow. For example, a read of a file is a flow of
# information from that file to the process reading. Viewing
-# permissions in these terms can be used to model a varity of
+# permissions in these terms can be used to model a variety of
# security properties.
#
# Here we have some infrastructure for understanding permissions
@@ -70,7 +70,7 @@
FLOW_WRITE = 2
FLOW_BOTH = FLOW_READ | FLOW_WRITE
-# These are used by the parser and for nice disply of the directions
+# These are used by the parser and for nice display of the directions
str_to_dir = { "n" : FLOW_NONE, "r" : FLOW_READ, "w" : FLOW_WRITE, "b" : FLOW_BOTH }
dir_to_str = { FLOW_NONE : "n", FLOW_READ : "r", FLOW_WRITE : "w", FLOW_BOTH : "b" }
@@ -106,7 +106,7 @@
"""Read the permission mappings from a file. This reads the format used
by Apol in the setools suite.
"""
- # This parsing is deliberitely picky and bails at the least error. It
+ # This parsing is deliberately picky and bails at the least error. It
# is assumed that the permission map file will be shipped as part
# of sepolgen and not user modified, so this is a reasonable design
# choice. If user supplied permission mappings are needed the parser
@@ -124,7 +124,7 @@
cur = self.classes[c]
else:
if len(fields) != 3:
- raise ValueError("error in object classs permissions")
+ raise ValueError("error in object class permissions")
if cur is None:
raise ValueError("permission outside of class")
pm = PermMap(fields[0], str_to_dir[fields[1]], int(fields[2]))
diff --git a/python/sepolgen/src/sepolgen/policygen.py b/python/sepolgen/src/sepolgen/policygen.py
index 319da15..8f0ce26 100644
--- a/python/sepolgen/src/sepolgen/policygen.py
+++ b/python/sepolgen/src/sepolgen/policygen.py
@@ -54,7 +54,7 @@
permission access vector rules. By default only allow rules
are generated. The methods .set_gen_refpol, .set_gen_requires
and .set_gen_xperms turns on interface generation,
- requires generation, and xperms rules genration respectively.
+ requires generation, and xperms rules generation respectively.
PolicyGenerator can also optionally add comments explaining
why a particular access was allowed based on the audit
@@ -70,7 +70,7 @@
"""Initialize a PolicyGenerator with an optional
existing module.
- If the module paramater is not None then access
+ If the module parameter is not None then access
will be added to the passed in module. Otherwise
a new reference policy module will be created.
"""
@@ -339,7 +339,7 @@
def hack_check_ifs(self, ifs):
# FIXME: Disable interfaces we can't call - this is a hack.
- # Because we don't handle roles, multiple paramaters, etc.,
+ # Because we don't handle roles, multiple parameters, etc.,
# etc., we must make certain we can actually use a returned
# interface.
for x in ifs.interfaces.values():
@@ -347,7 +347,7 @@
params.extend(x.params.values())
params.sort(key=lambda param: param.num, reverse=True)
for i in range(len(params)):
- # Check that the paramater position matches
+ # Check that the parameter position matches
# the number (e.g., $1 is the first arg). This
# will fail if the parser missed something.
if (i + 1) != params[i].num:
diff --git a/python/sepolgen/src/sepolgen/refparser.py b/python/sepolgen/src/sepolgen/refparser.py
index f506dc3..2e521a0 100644
--- a/python/sepolgen/src/sepolgen/refparser.py
+++ b/python/sepolgen/src/sepolgen/refparser.py
@@ -207,7 +207,7 @@
t_SQUOTE = r'\''
t_OBRACE = r'\{'
t_CBRACE = r'\}'
-# This will handle spurios extra ';' via the +
+# This will handle spurious extra ';' via the +
t_SEMI = r'\;+'
t_COLON = r'\:'
t_OPAREN = r'\('
diff --git a/python/sepolgen/src/sepolgen/refpolicy.py b/python/sepolgen/src/sepolgen/refpolicy.py
index e3dd33a..43cecfc 100644
--- a/python/sepolgen/src/sepolgen/refpolicy.py
+++ b/python/sepolgen/src/sepolgen/refpolicy.py
@@ -177,7 +177,7 @@
The walktree function iterates over a tree containing Nodes and
leaf objects. The iteration can perform a depth first or a breadth
first traversal of the tree (controlled by the depthfirst
- paramater. The passed in node will be returned.
+ parameter. The passed in node will be returned.
This function will only work correctly for trees - arbitrary graphs
will likely cause infinite looping.
@@ -242,7 +242,7 @@
def list_to_comma_str(s):
l = len(s)
if l < 1:
- raise ValueError("cannot conver 0 len set to comma string")
+ raise ValueError("cannot convert 0 len set to comma string")
return ", ".join(s)
diff --git a/python/sepolgen/src/sepolgen/util.py b/python/sepolgen/src/sepolgen/util.py
index f5b66d0..bd68d81 100644
--- a/python/sepolgen/src/sepolgen/util.py
+++ b/python/sepolgen/src/sepolgen/util.py
@@ -79,8 +79,8 @@
Otherwise a random element will be returned (as sets are not ordered).
"""
if not len(s):
- raise IndexError("empty containter")
-
+ raise IndexError("empty container")
+
if sorted:
l = set_to_list(s)
l.sort()
@@ -119,7 +119,7 @@
"""Class used when implementing rich comparison.
Inherit from this class if you want to have a rich
- comparison withing the class, afterwards implement
+ comparison within the class, afterwards implement
_compare function within your class."""
def _compare(self, other, method):
diff --git a/python/sepolgen/tests/test_refpolicy.py b/python/sepolgen/tests/test_refpolicy.py
index 64c48df..4b50c8a 100644
--- a/python/sepolgen/tests/test_refpolicy.py
+++ b/python/sepolgen/tests/test_refpolicy.py
@@ -36,7 +36,7 @@
class TestXpermSet(unittest.TestCase):
def test_init(self):
- """ Test that all atttributes are correctly initialized. """
+ """ Test that all attributes are correctly initialized. """
s1 = refpolicy.XpermSet()
self.assertEqual(s1.complement, False)
self.assertEqual(s1.ranges, [])
diff --git a/python/sepolicy/sepolicy/booleans.py b/python/sepolicy/sepolicy/booleans.py
index ad07ab0..59c444b 100644
--- a/python/sepolicy/sepolicy/booleans.py
+++ b/python/sepolicy/sepolicy/booleans.py
@@ -1,7 +1,7 @@
# Copyright (C) 2012 Red Hat
# see file 'COPYING' for use and warranty information
#
-# setrans is a tool for analyzing process transistions in SELinux policy
+# setrans is a tool for analyzing process transitions in SELinux policy
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/python/sepolicy/sepolicy/communicate.py b/python/sepolicy/sepolicy/communicate.py
index 3740022..238f9ab 100755
--- a/python/sepolicy/sepolicy/communicate.py
+++ b/python/sepolicy/sepolicy/communicate.py
@@ -1,7 +1,7 @@
# Copyright (C) 2012 Red Hat
# see file 'COPYING' for use and warranty information
#
-# setrans is a tool for analyzing process transistions in SELinux policy
+# setrans is a tool for analyzing process transitions in SELinux policy
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/python/sepolicy/sepolicy/generate.py b/python/sepolicy/sepolicy/generate.py
index 019e783..973edb9 100644
--- a/python/sepolicy/sepolicy/generate.py
+++ b/python/sepolicy/sepolicy/generate.py
@@ -341,7 +341,7 @@
(self.generate_root_user_types, self.generate_root_user_rules),
(self.generate_new_types, self.generate_new_rules))
if not re.match(r"^[a-zA-Z0-9-_]+$", name):
- raise ValueError(_("Name must be alpha numberic with no spaces. Consider using option \"-n MODULENAME\""))
+ raise ValueError(_("Name must be alpha numeric with no spaces. Consider using option \"-n MODULENAME\""))
if type == CGI:
self.name = "httpd_%s_script" % name
diff --git a/python/sepolicy/sepolicy/gui.py b/python/sepolicy/sepolicy/gui.py
index 00fd7a1..1e86422 100644
--- a/python/sepolicy/sepolicy/gui.py
+++ b/python/sepolicy/sepolicy/gui.py
@@ -1023,7 +1023,7 @@
self.delete_button.set_sensitive(True)
# Clear the tree to prepare for a new selection otherwise
self.executable_files_liststore.clear()
- # data will pile up everytime the user selects a new item from the drop down menu
+ # data will pile up every time the user selects a new item from the drop down menu
self.network_in_liststore.clear()
self.network_out_liststore.clear()
self.boolean_liststore.clear()
@@ -1894,7 +1894,7 @@
tree.set_value(iter, 2, fclass)
def restore_to_default(self, *args):
- print("restore to defualt clicked...")
+ print("restore to default clicked...")
def invalid_entry_retry(self, *args):
self.closewindow(self.error_check_window)
diff --git a/python/sepolicy/sepolicy/manpage.py b/python/sepolicy/sepolicy/manpage.py
index 1d36796..4426081 100755
--- a/python/sepolicy/sepolicy/manpage.py
+++ b/python/sepolicy/sepolicy/manpage.py
@@ -782,7 +782,7 @@
for e in equiv:
self.fd.write(r"""
.PP
-%(domainname)s policy stores data with multiple different file context types under the %(equiv)s directory. If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping. If you wanted to store this data under the /srv dirctory you would execute the following command:
+%(domainname)s policy stores data with multiple different file context types under the %(equiv)s directory. If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping. If you wanted to store this data under the /srv directory you would execute the following command:
.PP
.B semanage fcontext -a -e %(equiv)s /srv/%(alt)s
.br
@@ -962,7 +962,7 @@
if "bin_t" in entrypoints:
entrypoints.remove("bin_t")
self.fd.write("""
-All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.""")
+All executables with the default executable label, usually stored in /usr/bin and /usr/sbin.""")
paths = []
for entrypoint in entrypoints:
diff --git a/python/sepolicy/sepolicy/network.py b/python/sepolicy/sepolicy/network.py
index 34267d9..ff308fa 100755
--- a/python/sepolicy/sepolicy/network.py
+++ b/python/sepolicy/sepolicy/network.py
@@ -1,7 +1,7 @@
# Copyright (C) 2012 Red Hat
# see file 'COPYING' for use and warranty information
#
-# setrans is a tool for analyzing process transistions in SELinux policy
+# setrans is a tool for analyzing process transitions in SELinux policy
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/python/sepolicy/sepolicy/transition.py b/python/sepolicy/sepolicy/transition.py
index 6414a76..2d4d8d3 100755
--- a/python/sepolicy/sepolicy/transition.py
+++ b/python/sepolicy/sepolicy/transition.py
@@ -1,7 +1,7 @@
# Copyright (C) 2011 Red Hat
# see file 'COPYING' for use and warranty information
#
-# setrans is a tool for analyzing process transistions in SELinux policy
+# setrans is a tool for analyzing process transitions in SELinux policy
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/restorecond/user.c b/restorecond/user.c
index 714aae7..8f93230 100644
--- a/restorecond/user.c
+++ b/restorecond/user.c
@@ -125,7 +125,7 @@
&bytes_read, NULL);
if (! bytes_read) {
- /* Sesssion/Terminal Ended */
+ /* Session/Terminal Ended */
exit(0);
}
diff --git a/sandbox/sandbox b/sandbox/sandbox
index 1dec07a..ca5f1e0 100644
--- a/sandbox/sandbox
+++ b/sandbox/sandbox
@@ -339,7 +339,7 @@
default=False, help=_("run complete desktop session within sandbox"))
parser.add_option("-s", "--shred", action="store_true", dest="shred",
- default=False, help=_("Shred content before tempory directories are removed"))
+ default=False, help=_("Shred content before temporary directories are removed"))
parser.add_option("-X", dest="X_ind",
action="callback", callback=self.__x_callback,
diff --git a/sandbox/seunshare.c b/sandbox/seunshare.c
index 289fcf7..9707a45 100644
--- a/sandbox/seunshare.c
+++ b/sandbox/seunshare.c
@@ -290,7 +290,7 @@
}
/*
- If path is empy or ends with "/." or "/.. return -1 else return 0;
+ If path is empty or ends with "/." or "/.. return -1 else return 0;
*/
static int bad_path(const char *path) {
const char *ptr;
@@ -410,7 +410,7 @@
/* remove runtime temporary directory */
if ((uid_t)setfsuid(0) != 0) {
- /* setfsuid does not return errror, but this check makes code checkers happy */
+ /* setfsuid does not return error, but this check makes code checkers happy */
rc++;
}
diff --git a/secilc/COPYING b/secilc/COPYING
index 03a9905..a427727 100644
--- a/secilc/COPYING
+++ b/secilc/COPYING
@@ -1,4 +1,4 @@
-All files are licensed under the FreeBSD license, excepet for thid party
+All files are licensed under the FreeBSD license, except for third party
components, which are subject to their respective licenses as specified in
their source files.
diff --git a/secilc/docs/cil_class_and_permission_statements.md b/secilc/docs/cil_class_and_permission_statements.md
index 290af50..308c86d 100644
--- a/secilc/docs/cil_class_and_permission_statements.md
+++ b/secilc/docs/cil_class_and_permission_statements.md
@@ -113,7 +113,7 @@
**Examples:**
-This example defines a set of permissions for the `binder` class indentifier:
+This example defines a set of permissions for the `binder` class identifier:
(class binder (impersonate call set_context_mgr transfer receive))
@@ -179,7 +179,7 @@
**Unordered Classorder Statement:**
-If users do not have knowledge of the existing [`classorder`](#classorder), the `unordered` keyword may be used in a [`classorder`](#classorder) statement. The [classes](#class) in an unordered statement are appended to the existing [`classorder`](#classorder). A class in an ordered statement always supercedes the class redeclaration in an unordered statement. The `unordered` keyword must be the first item in the [`classorder`](#classorder) listing.
+If users do not have knowledge of the existing [`classorder`](#classorder), the `unordered` keyword may be used in a [`classorder`](#classorder) statement. The [classes](#class) in an unordered statement are appended to the existing [`classorder`](#classorder). A class in an ordered statement always supersedes the class redeclaration in an unordered statement. The `unordered` keyword must be the first item in the [`classorder`](#classorder) listing.
**Example:**
diff --git a/secilc/docs/cil_context_statement.md b/secilc/docs/cil_context_statement.md
index 57ad3c6..6081275 100644
--- a/secilc/docs/cil_context_statement.md
+++ b/secilc/docs/cil_context_statement.md
@@ -3,7 +3,7 @@
Contexts are formed using previously declared parameters and may be named or anonymous where:
-- Named - The context is declared with a context identifer that is used as a reference.
+- Named - The context is declared with a context identifier that is used as a reference.
- Anonymous - They are defined within the CIL labeling statement using user, role etc. identifiers.
@@ -65,7 +65,7 @@
/system/bin/run-as -- u:object_r:runas.exec:s0-s0
-This example uses an anonymous context where the previously declared `user role type levelrange` identifiers are used to specifiy two [`portcon`](cil_network_labeling_statements.md#portcon) statements:
+This example uses an anonymous context where the previously declared `user role type levelrange` identifiers are used to specify two [`portcon`](cil_network_labeling_statements.md#portcon) statements:
(portcon udp 1024 (test.user object_r test.process ((s0) (s1))))
(portcon tcp 1024 (test.user object_r test.process (system_low system_high)))
diff --git a/secilc/docs/cil_policy_config_statements.md b/secilc/docs/cil_policy_config_statements.md
index 392976f..48e29d6 100644
--- a/secilc/docs/cil_policy_config_statements.md
+++ b/secilc/docs/cil_policy_config_statements.md
@@ -97,7 +97,7 @@
</tr>
<tr class="even">
<td align="left"><p><code>policycap_id</code></p></td>
-<td align="left"><p>The <code>policycap</code> identifer (e.g. <code>open_perms</code>).</p></td>
+<td align="left"><p>The <code>policycap</code> identifier (e.g. <code>open_perms</code>).</p></td>
</tr>
</tbody>
</table>
diff --git a/secilc/docs/cil_reference_guide.md b/secilc/docs/cil_reference_guide.md
index d179c3c..1b1fccc 100644
--- a/secilc/docs/cil_reference_guide.md
+++ b/secilc/docs/cil_reference_guide.md
@@ -57,7 +57,7 @@
ipaddr
macro
policycap
-2. Explicit anonymous declarations - These are currently restricted to IP addesses where they can be declared directly in statements by enclosing them within parentheses e.g. `(127.0.0.1)` or `(::1)`. See the [Network Labeling Statements](#network_labeling) section for examples.
+2. Explicit anonymous declarations - These are currently restricted to IP addresses where they can be declared directly in statements by enclosing them within parentheses e.g. `(127.0.0.1)` or `(::1)`. See the [Network Labeling Statements](#network_labeling) section for examples.
3. Anonymous declarations - These have been previously declared and the object already exists, therefore they may be referenced by their name or identifier within statements. For example the following declare all the components required to specify a context:
@@ -224,7 +224,7 @@
(classpermissionset cps_1 (security (not (load_policy setenforce))))
- This example includes all permissions in the associated [`classpermissionset`](cil_class_and_permission_statements.md#classpermissionset) identifer `security_all_perms`:
+ This example includes all permissions in the associated [`classpermissionset`](cil_class_and_permission_statements.md#classpermissionset) identifier `security_all_perms`:
(class security (compute_av compute_create compute_member check_context load_policy
compute_relabel compute_user setenforce setbool setsecparam setcheckreqprot
diff --git a/secilc/docs/cil_role_statements.md b/secilc/docs/cil_role_statements.md
index d92f628..c1e457a 100644
--- a/secilc/docs/cil_role_statements.md
+++ b/secilc/docs/cil_role_statements.md
@@ -310,7 +310,7 @@
**Example:**
-In this example the role `test` cannot have greater priviledges than `unconfined.role`:
+In this example the role `test` cannot have greater privileges than `unconfined.role`:
(role test)
diff --git a/secilc/docs/cil_user_statements.md b/secilc/docs/cil_user_statements.md
index 4075187..bbd76ef 100644
--- a/secilc/docs/cil_user_statements.md
+++ b/secilc/docs/cil_user_statements.md
@@ -222,7 +222,7 @@
userrange
---------
-Associates a previously declared [`user`](cil_user_statements.md#user) identifer with a previously declared [`levelrange`](cil_mls_labeling_statements.md#levelrange) identifier. The [`levelrange`](cil_mls_labeling_statements.md#levelrange) may be named or anonymous.
+Associates a previously declared [`user`](cil_user_statements.md#user) identifier with a previously declared [`levelrange`](cil_mls_labeling_statements.md#levelrange) identifier. The [`levelrange`](cil_mls_labeling_statements.md#levelrange) may be named or anonymous.
**Statement definition:**
@@ -281,7 +281,7 @@
userbounds
----------
-Defines a hierarchical relationship between users where the child user cannot have more priviledges than the parent.
+Defines a hierarchical relationship between users where the child user cannot have more privileges than the parent.
Notes:
@@ -318,7 +318,7 @@
**Example:**
-The user `test` cannot have greater priviledges than `unconfined.user`:
+The user `test` cannot have greater privileges than `unconfined.user`:
(user test)