diff --git a/src/libmain/plugin.cc b/src/libmain/plugin.cc index 5edfd11bb..f5eddabdd 100644 --- a/src/libmain/plugin.cc +++ b/src/libmain/plugin.cc @@ -60,7 +60,7 @@ struct PluginSettings : Config itself, they must be DSOs compatible with the instance of Nix running at the time (i.e. compiled against the same headers, not linked to any incompatible libraries). They should not be linked to - any Nix libs directly, as those are already already at load + any Nix libraries directly, as those are already at load time. If an entry in the list is a directory, all files in the directory