]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 26 Sep 2017 18:43:51 +0000 (14:43 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 Sep 2017 16:25:24 +0000 (12:25 -0400)
src/modules/proto_detail/proto_detail_file.c

index f22dcf6323c340fc9a7b6bbfadc8c55923a6ae1a..e8233f3509152328ec2a367af641046d6c82f73a 100644 (file)
@@ -347,7 +347,7 @@ static int mod_open(void *instance)
        rad_assert(inst->name == NULL);
        inst->name = talloc_asprintf(inst, "detail working file %s", inst->filename_work);
 
-       DEBUG("Listening om %s bound to virtual server %s",
+       DEBUG("Listening on %s bound to virtual server %s",
              inst->name, cf_section_name2(inst->parent->server_cs));
 
        return 0;