File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ class PrefixDetection(StrictBaseModel):
306306 default = False , description = "Ignore all or specific files for prefix replacement"
307307 )
308308 ignore_binary_files : bool | JinjaExpr | ConditionalList [PathNoBackslash ] = Field (
309- default = False , description = "Wether to detect binary files with prefix or not"
309+ default = False , description = "Whether to detect binary files with prefix or not"
310310 )
311311
312312
@@ -321,7 +321,7 @@ class DynamicLinking(StrictBaseModel):
321321 )
322322 binary_relocation : bool | JinjaExpr | ConditionalList [Glob ] = Field (
323323 default = True ,
324- description = "Wether to relocate binaries or not. If this is a list of paths then only the listed paths are relocated" ,
324+ description = "Whether to relocate binaries or not. If this is a list of paths then only the listed paths are relocated" ,
325325 )
326326 missing_dso_allowlist : ConditionalList [Glob ] = Field (
327327 default = [],
@@ -511,7 +511,7 @@ class About(StrictBaseModel):
511511 summary : str | None = Field (None , description = "A short description of the package." )
512512 description : str | DescriptionFile | None = Field (
513513 None ,
514- description = "Extented description of the package or a file (usually a README)." ,
514+ description = "Extended description of the package or a file (usually a README)." ,
515515 )
516516
517517 prelink_message : str | None = None
Original file line number Diff line number Diff line change 131131 }
132132 ],
133133 "default" : null ,
134- "description" : " Extented description of the package or a file (usually a README)." ,
134+ "description" : " Extended description of the package or a file (usually a README)." ,
135135 "title" : " Description"
136136 },
137137 "prelink_message" : {
878878 }
879879 ],
880880 "default" : true ,
881- "description" : " Wether to relocate binaries or not. If this is a list of paths then only the listed paths are relocated" ,
881+ "description" : " Whether to relocate binaries or not. If this is a list of paths then only the listed paths are relocated" ,
882882 "title" : " Binary Relocation"
883883 },
884884 "missing_dso_allowlist" : {
25852585 }
25862586 ],
25872587 "default" : false ,
2588- "description" : " Wether to detect binary files with prefix or not" ,
2588+ "description" : " Whether to detect binary files with prefix or not" ,
25892589 "title" : " Ignore Binary Files"
25902590 }
25912591 },
You can’t perform that action at this time.
0 commit comments