diff options
author | John Dennis <jdennis@redhat.com> | 2013-04-10 11:56:12 -0400 |
---|---|---|
committer | John Dennis <jdennis@redhat.com> | 2013-04-10 11:56:12 -0400 |
commit | 5109fc7f1592036a662c2b678727db93d9b6a8cd (patch) | |
tree | 165424d20c92c373170478747df31b285713a65f | |
parent | fbd399cc664a1f35cca7968738197645eabf58f9 (diff) | |
download | realmd-cim-5109fc7f1592036a662c2b678727db93d9b6a8cd.tar.gz realmd-cim-5109fc7f1592036a662c2b678727db93d9b6a8cd.tar.xz realmd-cim-5109fc7f1592036a662c2b678727db93d9b6a8cd.zip |
fix typo in mof file
-rw-r--r-- | mof/LMI_Realmd.mof | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mof/LMI_Realmd.mof b/mof/LMI_Realmd.mof index e1940d2..180b64e 100644 --- a/mof/LMI_Realmd.mof +++ b/mof/LMI_Realmd.mof @@ -190,7 +190,7 @@ class LMI_RealmdRealm : CIM_LogicalElement [Description ( "Indicates the types of operations this realm is capable of." - "Current possible values are: \"Kerberos\", \"KerberosMembership\".)] + "Current possible values are: \"Kerberos\", \"KerberosMembership\".")] string SupportedInterfaces[]; [Description ( |