mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 01:51:03 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@36584 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e5d161d8c2
commit
f57973ea4e
1 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ firstEventDate DisplayString,
|
|||
eventDate DisplayString,
|
||||
managedObject DisplayString,
|
||||
eventTypeID INTEGER,
|
||||
probabaleCauseID INTEGER,
|
||||
probableCauseID INTEGER,
|
||||
specificProblem DisplayString,
|
||||
proposedRepairAction DisplayString,
|
||||
additionalText DisplayString,
|
||||
|
@ -132,7 +132,7 @@ DESCRIPTION "Identifier of the type of event"
|
|||
-- For example the OID 'adapterError' {9.3.2.0.0.1} is represented as --
|
||||
-- the integer 1 and 'outOfMemory' {9.3.2.0.0.32} is represented as 32 --
|
||||
|
||||
probabaleCauseID OBJECT-TYPE
|
||||
probableCauseID OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
|
@ -253,7 +253,7 @@ firstEventDate,
|
|||
eventDate,
|
||||
objectID,
|
||||
eventTypeID,
|
||||
probabaleCauseID,
|
||||
probableCauseID,
|
||||
specificProblem,
|
||||
proposedRepairAction,
|
||||
additionalText,
|
||||
|
|
Loading…
Reference in a new issue