Browse Source

* Extention -> extension (By Reinier, bug ID #25979)

git-svn-id: trunk@27752 -
michael 11 years ago
parent
commit
478f1a2c5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/univint/src/cssmapple.pas

+ 1 - 1
packages/univint/src/cssmapple.pas

@@ -514,7 +514,7 @@ const
 	CSSM_DL_DB_RECORD_EXTENDED_ATTRIBUTE = CSSM_DB_RECORDTYPE_APP_DEFINED_START + $1000 + 4;
 	CSSM_DL_DB_RECORD_EXTENDED_ATTRIBUTE = CSSM_DB_RECORDTYPE_APP_DEFINED_START + $1000 + 4;
 	CSSM_DL_DB_RECORD_METADATA = CSSM_DB_RECORDTYPE_APP_DEFINED_START + $8000;
 	CSSM_DL_DB_RECORD_METADATA = CSSM_DB_RECORDTYPE_APP_DEFINED_START + $8000;
 
 
-{ AppleFileDL extentions: passthrough ids }
+{ AppleFileDL extensions: passthrough ids }
 const
 const
 // Toggle whether or not to autocommit after modifying the database.
 // Toggle whether or not to autocommit after modifying the database.
 	// The input parameter is a CSSM_BOOL, where TRUE turns autocommit on
 	// The input parameter is a CSSM_BOOL, where TRUE turns autocommit on