Fix a typo: types.openSignifiantByte -> types.openSignificantByte
This commit is contained in:
parent
2ad7d5140c
commit
4cfdcedb71
@ -34,7 +34,7 @@ rec {
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
types.openSignifiantByte = mkOptionType {
|
types.openSignificantByte = mkOptionType {
|
||||||
name = "significant-byte";
|
name = "significant-byte";
|
||||||
description = "Endianness";
|
description = "Endianness";
|
||||||
merge = mergeOneOption;
|
merge = mergeOneOption;
|
||||||
@ -42,7 +42,7 @@ rec {
|
|||||||
|
|
||||||
types.significantByte = enum (attrValues significantBytes);
|
types.significantByte = enum (attrValues significantBytes);
|
||||||
|
|
||||||
significantBytes = setTypes types.openSignifiantByte {
|
significantBytes = setTypes types.openSignificantByte {
|
||||||
bigEndian = {};
|
bigEndian = {};
|
||||||
littleEndian = {};
|
littleEndian = {};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user