From: Mark Spencer Date: Sat, 15 May 2004 15:40:08 +0000 (+0000) Subject: Fix a couple of small typos (bug #1648) X-Git-Tag: 1.0.0-rc1~479 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d1137ded4ae40638f79ae8f9647e152446e2eb2;p=thirdparty%2Fasterisk.git Fix a couple of small typos (bug #1648) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2968 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/asterisk.c b/asterisk.c index ea477ff98e..2243a97042 100755 --- a/asterisk.c +++ b/asterisk.c @@ -1621,8 +1621,8 @@ int main(int argc, char *argv[]) ast_register_verbose(console_verboser); /* Print a welcome message if desired */ if (option_verbose || option_console) { - ast_verbose( "Asterisk " ASTERISK_VERSION ", Copyright (C) 1999-2001 Linux Support Services, Inc.\n"); - ast_verbose( "Written by Mark Spencer \n"); + ast_verbose( "Asterisk " ASTERISK_VERSION ", Copyright (C) 1999-2004 Digium.\n"); + ast_verbose( "Written by Mark Spencer \n"); ast_verbose( "=========================================================================\n"); } if (option_console && !option_verbose) diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 97a971dc8d..7a93521ea4 100755 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -1,7 +1,7 @@ /* * Asterisk -- A telephony toolkit for Linux. * - * Routines implementing call parking + * Routines implementing music on hold * * Copyright (C) 1999, Mark Spencer *