diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-08 14:20:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-08 14:20:30 +0000 |
commit | 67280d6a9bce193f53f9bbf0fd6392883d8c202d (patch) | |
tree | 6d70d2aee2f9e49e2fec0bc3fd489e2520155882 /src | |
parent | f038f1f2d7fc6d2cbd7ba49fe2b6dba6f9a72fc1 (diff) | |
download | execline-67280d6a9bce193f53f9bbf0fd6392883d8c202d.tar.xz |
Fix typo in the import obsolescence warning
Diffstat (limited to 'src')
-rw-r--r-- | src/libexecline/exlsn_import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexecline/exlsn_import.c b/src/libexecline/exlsn_import.c index 3b3ddf9..ff05113 100644 --- a/src/libexecline/exlsn_import.c +++ b/src/libexecline/exlsn_import.c @@ -73,7 +73,7 @@ static int exlsn_import_as (int argc, char const **argv, char const *const *envp int exlsn_import (int argc, char const **argv, char const *const *envp, exlsn_t *info) { - strerr_warn1x("the import command and directive are obsolescent, please use importas instead!") ; + strerr_warnw1x("the import command and directive are obsolescent, please use importas instead!") ; return exlsn_import_as(argc, argv, envp, info, 0) ; } |