summaryrefslogtreecommitdiffstats
path: root/apppbx.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg2010-04-06 15:23:23 +0200
committerAndreas Eversberg2010-04-06 15:23:23 +0200
commitb33d7b898dce4721b875c200513c493801d13b6a (patch)
tree77729e08d16f7ead7427744bd99addfb06980b5c /apppbx.cpp
parentAdd .gitignore (diff)
downloadlcr-b33d7b898dce4721b875c200513c493801d13b6a.tar.gz
lcr-b33d7b898dce4721b875c200513c493801d13b6a.tar.xz
lcr-b33d7b898dce4721b875c200513c493801d13b6a.zip
fix last remnant of "extern" vs. incorrect "external" confusion, correct spelling
Patch against current git. Signed-off-by: Andreas Mohr <andi@lisas.de> Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
Diffstat (limited to 'apppbx.cpp')
-rw-r--r--apppbx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apppbx.cpp b/apppbx.cpp
index f630dbf..56667c2 100644
--- a/apppbx.cpp
+++ b/apppbx.cpp
@@ -595,7 +595,7 @@ struct mISDNport *EndpointAppPBX::hunt_port(char *ifname, int *channel)
if (!interface) {
if (!there_is_an_external && !(ifname && ifname[0])) {
trace_header("CHANNEL SELECTION (no external interface specified)", DIRECTION_NONE);
- add_trace("info", NULL, "Add 'external' parameter to interface.conf.");
+ add_trace("info", NULL, "Add 'extern' parameter to interface.conf.");
end_trace();
}
return(NULL);