aboutsummaryrefslogtreecommitdiffstats
path: root/lacme
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-21 17:34:51 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-21 19:41:37 +0100
commitd56b957dbae6c8214d50ce88d0ea04eb4654b843 (patch)
tree7ea3c680d45013a16d582b0d627f42c77ffd8d8a /lacme
parent594c32ac58167396980a404261047e94155a83d3 (diff)
wording
Diffstat (limited to 'lacme')
-rwxr-xr-xlacme2
1 files changed, 1 insertions, 1 deletions
diff --git a/lacme b/lacme
index 88ab78d..1e51c6c 100755
--- a/lacme
+++ b/lacme
@@ -93,7 +93,7 @@ sub spec_expand($) {
: $1 eq "T" ? env_fallback(TMPDIR => "/tmp")
: $1 eq "%" ? "%"
: die "Error: \"$str\" has unknown specifier %$1\n";
- die "Error: undefined expansion %$1 in \"$str\"\n" unless defined $x;
+ die "Error: Undefined expansion %$1 in \"$str\"\n" unless defined $x;
$x;
#ge;
return $str;