Browse Source

Merge pull request #2643 from stweil/master

utils: Fix some typos (mostly found by codespell)
lilik-openwrt-22.03
champtar 9 years ago
parent
commit
717f467f15
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      utils/hfsprogs/patches/0003-Add-helper-include-files-absent-from-the-upstream-pa.patch
  2. +1
    -1
      utils/owfs/Makefile

+ 2
- 2
utils/hfsprogs/patches/0003-Add-helper-include-files-absent-from-the-upstream-pa.patch View File

@ -556,7 +556,7 @@ index 0000000..d820329
+ u_int32_t textEncoding; /* hint for name conversions */ + u_int32_t textEncoding; /* hint for name conversions */
+ u_int32_t attrBlocks; /* cached count of attribute data blocks */ + u_int32_t attrBlocks; /* cached count of attribute data blocks */
+ +
+ /* Note: these start on double long (64 bit) boundry */
+ /* Note: these start on double long (64 bit) boundary */
+ HFSPlusForkData dataFork; /* size and block data for data fork */ + HFSPlusForkData dataFork; /* size and block data for data fork */
+ HFSPlusForkData resourceFork; /* size and block data for resource fork */ + HFSPlusForkData resourceFork; /* size and block data for resource fork */
+}PACKED_S; +}PACKED_S;
@ -595,7 +595,7 @@ index 0000000..d820329
+/* +/*
+ HFSPlusAttrForkData + HFSPlusAttrForkData
+ For larger attributes, whose value is stored in allocation blocks. + For larger attributes, whose value is stored in allocation blocks.
+ If the attribute has more than 8 extents, there will be additonal
+ If the attribute has more than 8 extents, there will be additional
+ records (of type HFSPlusAttrExtents) for this attribute. + records (of type HFSPlusAttrExtents) for this attribute.
+*/ +*/
+struct HFSPlusAttrForkData { +struct HFSPlusAttrForkData {


+ 1
- 1
utils/owfs/Makefile View File

@ -44,7 +44,7 @@ endef
define Package/$(PKG_NAME)/Default/description define Package/$(PKG_NAME)/Default/description
OWFS is a suite of programs that designed to make the 1-wire bus and its OWFS is a suite of programs that designed to make the 1-wire bus and its
devices easily accessible. The underlying priciple is to create a virtual
devices easily accessible. The underlying principle is to create a virtual
filesystem, with the unique ID being the directory, and the individual filesystem, with the unique ID being the directory, and the individual
properties of the device are represented as simple files that can be read properties of the device are represented as simple files that can be read
and written. and written.


Loading…
Cancel
Save