Ifd:correctSpellingForDescription
From dev.ifd-library.org
public IfdDescription correctSpellingForDescription ( IfdDescription description, String session_id ) throws IfdServerException
Function to update the spelling in a description. This means that we assume the changes in IfdDescription are valid for all concepts that use this as a description (comment or definition).
Input:
-
IfdDescription description- Description to change spelling for. - session_id - The session id for the active user
Returns:
- IfdDescription - The changed description.
Comments: This function is not needed, updateDescription can be used instead. Kees Woestenenk
[edit] Spelling is different from update
There is a difference between updating something for the one concept connected to it, ot changing it for every concept connected to it. Spelling mistake is for everything connected to it. Updates will only be valid for the concept you send in.