SecurityPkg: Fix typos in comments

This patch fixes the following typos:

- intialized -> initialized
- TURE -> TRUE
- successull -> successfully
- hanlder -> handler
- funciton -> function
- Seperator -> Separator
- Sumbit -> Submit

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
This commit is contained in:
Zhang, Chao B 2016-11-15 16:20:08 +08:00
parent 0ab475c9a1
commit c0cb1e1a72
2 changed files with 2 additions and 2 deletions

View File

@ -409,7 +409,7 @@ CheckNewIdentityPolicy (
/**
Save the identity policy and update UI with it.
This funciton will verify the new identity policy, in current implementation,
This function will verify the new identity policy, in current implementation,
the identity policy can be: T, P & P & P & ..., P | P | P | ...
Here, "T" means "True", "P" means "Credential Provider", "&" means "and", "|" means "or".
Other identity policies are not supported.

View File

@ -254,7 +254,7 @@ AddIdentityPolicyItem (
/**
Save the identity policy and update UI with it.
This funciton will verify the new identity policy, in current implementation,
This function will verify the new identity policy, in current implementation,
the identity policy can be: T, P & P & P & ..., P | P | P | ...
Here, "T" means "True", "P" means "Credential Provider", "&" means "and", "|" means "or".
Other identity policies are not supported.