aboutsummaryrefslogtreecommitdiffstats
path: root/ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext.c')
-rw-r--r--ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext.c b/ext.c
index c0ecd6bf..d0e97b87 100644
--- a/ext.c
+++ b/ext.c
@@ -229,7 +229,7 @@ get_actual_argument(NODE *t, int i, bool want_array)
void
load_ext(const char *lib_name)
{
- fatal(_("dynamic loading of library not supported"));
+ fatal(_("dynamic loading of libraries is not supported"));
}
#endif