diff options
author | Chris Robinson <[email protected]> | 2015-09-04 16:09:09 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-04 16:09:09 -0700 |
commit | 0eb83fe462a800d8dde96f0975d33a7f95ca9ba0 (patch) | |
tree | 9faac1470946d7c130064c697ff306b939e7ef2c /alsoftrc.sample | |
parent | 5f40daabc239716517353b4c00f9714a71794d70 (diff) |
Make option and block names case-sensitive
This is to avoid any issues with device names that can be case-sensitive, and
strcasecmp not working properly for non-ASCII-7 uppercase characters.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 3f4a0c63..b85e2c3b 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -18,8 +18,8 @@ # specific override settings in $HOME/.alsoftrc. # For Windows, these settings should go into $AppData\alsoft.ini # -# Option and block names are case-insenstive. The supplied values are only -# hints and may not be honored (though generally it'll try to get as close as +# Option and block names are case-senstive. The supplied values are only hints +# and may not be honored (though generally it'll try to get as close as # possible). Note: options that are left unset may default to app- or system- # specified values. These are the current available settings: |