mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
devd: Correct typo in comment.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Approved by: cperciva (mentor)
This commit is contained in:
parent
7d9e9c60a0
commit
4cb9d1beca
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ config::expand_one(const char *&src, string &dst)
|
|||
return;
|
||||
}
|
||||
|
||||
// ${^A-Za-z] -> $\1
|
||||
// $[^A-Za-z] -> $\1
|
||||
if (!isalpha(*src)) {
|
||||
dst += '$';
|
||||
dst += *src++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue