fix spelling of 'iff' and 'idenifier' (#32401)

* fix spelling of 'iff' and 'idenifier'

* Keep 'iff' in comment if it means *if and only if*
This commit is contained in:
hikerpig
2017-08-15 08:23:29 -05:00
committed by Benjamin Pasero
parent a16000f2b4
commit b104c7d0f8
11 changed files with 19 additions and 19 deletions

View File

@@ -149,7 +149,7 @@ export class ExtHostDocumentSaveParticipant extends ExtHostDocumentSaveParticipa
}
}
// apply edits iff any and iff document
// apply edits if any and if document
// didn't change somehow in the meantime
if (edits.length === 0) {
return undefined;