mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 03:59:01 +00:00
contrib: Spelling fixes
Correct typos of the following word families: standard increase comments valgrind promiscuous editing libtonezone storage aggressive whitespace russellbryant consecutive peternixon ASTERISK-29714 Change-Id: I9cafbf41b579c9c0c84c81719d2c4f900beec245
This commit is contained in:
@@ -12,7 +12,7 @@ repositories include:
|
|||||||
* `cdr` - Table used for Asterisk to store CDR records
|
* `cdr` - Table used for Asterisk to store CDR records
|
||||||
* `config` - Tables used for Asterisk realtime configuration
|
* `config` - Tables used for Asterisk realtime configuration
|
||||||
* `queue_log` - Table used for Asterisk to store Queue Log records
|
* `queue_log` - Table used for Asterisk to store Queue Log records
|
||||||
* `voicemail` - Tables used for `ODBC_STOARGE` of voicemail messages
|
* `voicemail` - Tables used for `ODBC_STORAGE` of voicemail messages
|
||||||
|
|
||||||
Alembic uses SQLAlchemy, which has support for
|
Alembic uses SQLAlchemy, which has support for
|
||||||
[many databases](http://docs.sqlalchemy.org/en/rel_0_8/dialects/index.html).
|
[many databases](http://docs.sqlalchemy.org/en/rel_0_8/dialects/index.html).
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
"""increse reg server size
|
"""increase reg server size
|
||||||
|
|
||||||
Revision ID: 1ae0609b6646
|
Revision ID: 1ae0609b6646
|
||||||
Revises: 61797b9fced6
|
Revises: 61797b9fced6
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2013, Russell Bryant
|
# Copyright (C) 2013, Russell Bryant
|
||||||
#
|
#
|
||||||
# Russell Bryant <russell@rusellbryant.net>
|
# Russell Bryant <russell@russellbryant.net>
|
||||||
#
|
#
|
||||||
# See http://www.asterisk.org for more information about
|
# See http://www.asterisk.org for more information about
|
||||||
# the Asterisk project. Please do not directly contact
|
# the Asterisk project. Please do not directly contact
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2013, Russell Bryant
|
# Copyright (C) 2013, Russell Bryant
|
||||||
#
|
#
|
||||||
# Russell Bryant <russell@rusellbryant.net>
|
# Russell Bryant <russell@russellbryant.net>
|
||||||
#
|
#
|
||||||
# See http://www.asterisk.org for more information about
|
# See http://www.asterisk.org for more information about
|
||||||
# the Asterisk project. Please do not directly contact
|
# the Asterisk project. Please do not directly contact
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Mon Jun 04 2007 Iñaki Baz Castillo <ibc@in.ilimit.es>
|
# Mon Jun 04 2007 Iñaki Baz Castillo <ibc@in.ilimit.es>
|
||||||
# - Eliminated SAFE_ASTERISK since it doesn't work as LSB script (it could require a independent "safe_asterisk" init script).
|
# - Eliminated SAFE_ASTERISK since it doesn't work as LSB script (it could require a independent "safe_asterisk" init script).
|
||||||
# - Load and use the standar "/lib/lsb/init-functions".
|
# - Load and use the standard "/lib/lsb/init-functions".
|
||||||
# - Added "--oknodo" to "start-stop-daemon" for compatibility with LSB:
|
# - Added "--oknodo" to "start-stop-daemon" for compatibility with LSB:
|
||||||
# http://www.linux-foundation.org/spec/refspecs/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
|
# http://www.linux-foundation.org/spec/refspecs/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
|
||||||
#
|
#
|
||||||
|
@@ -600,7 +600,7 @@ FILES
|
|||||||
|
|
||||||
#@@@HELPEND@@@
|
#@@@HELPEND@@@
|
||||||
|
|
||||||
# Be careful editng the inline scripts.
|
# Be careful editing the inline scripts.
|
||||||
# They're space-indented.
|
# They're space-indented.
|
||||||
|
|
||||||
# We need the python bit because lock_infos isn't
|
# We need the python bit because lock_infos isn't
|
||||||
|
@@ -209,7 +209,7 @@ tar -czvf /tmp/$tardir.tar.gz -C $tmpdir $tardir 2>/dev/null
|
|||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
||||||
# Be careful editng the inline scripts.
|
# Be careful editing the inline scripts.
|
||||||
# They're space-indented.
|
# They're space-indented.
|
||||||
|
|
||||||
# We need the python bit because lock_infos isn't
|
# We need the python bit because lock_infos isn't
|
||||||
@@ -231,7 +231,7 @@ parser.add_argument('--timezone', action='store', required=False)
|
|||||||
args=parser.parse_args()
|
args=parser.parse_args()
|
||||||
|
|
||||||
# We only convert timestamps that are at the beginning of a line
|
# We only convert timestamps that are at the beginning of a line
|
||||||
# or are preceeded by a whilespace character or a '['
|
# or are preceeded by a whitespace character or a '['
|
||||||
rets = re.compile(r'(^|(?<=\s|\[))\d+(\.\d+)?', flags=re.M)
|
rets = re.compile(r'(^|(?<=\s|\[))\d+(\.\d+)?', flags=re.M)
|
||||||
if args.timezone and len(args.timezone) > 0:
|
if args.timezone and len(args.timezone) > 0:
|
||||||
tzf = tz.tzfile('/usr/share/zoneinfo/' + args.timezone)
|
tzf = tz.tzfile('/usr/share/zoneinfo/' + args.timezone)
|
||||||
|
@@ -600,7 +600,7 @@ attributetype ( AstAccountTransport
|
|||||||
|
|
||||||
attributetype ( AstAccountPromiscRedir
|
attributetype ( AstAccountPromiscRedir
|
||||||
NAME 'AstAccountPromiscRedir'
|
NAME 'AstAccountPromiscRedir'
|
||||||
DESC 'Asterisk account promiscous redirects'
|
DESC 'Asterisk account promiscuous redirects'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SUBSTR caseIgnoreSubstringsMatch
|
SUBSTR caseIgnoreSubstringsMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
||||||
|
@@ -597,7 +597,7 @@ olcAttributeTypes: ( AstAccountTransport
|
|||||||
#
|
#
|
||||||
olcAttributeTypes: ( AstAccountPromiscRedir
|
olcAttributeTypes: ( AstAccountPromiscRedir
|
||||||
NAME 'AstAccountPromiscRedir'
|
NAME 'AstAccountPromiscRedir'
|
||||||
DESC 'Asterisk account promiscous redirects'
|
DESC 'Asterisk account promiscuous redirects'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SUBSTR caseIgnoreSubstringsMatch
|
SUBSTR caseIgnoreSubstringsMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
# where Asterisk's pbx/pbx_spool.c will be looking for work
|
# where Asterisk's pbx/pbx_spool.c will be looking for work
|
||||||
set SPOOLDIR /var/spool/asterisk/outgoing
|
set SPOOLDIR /var/spool/asterisk/outgoing
|
||||||
# pbx_spool is fairly aggresive, so make files here first
|
# pbx_spool is fairly aggressive, so make files here first
|
||||||
set TEMPDIR /tmp
|
set TEMPDIR /tmp
|
||||||
|
|
||||||
if { ![file writable $SPOOLDIR] } {
|
if { ![file writable $SPOOLDIR] } {
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
# Copy Policy: GNU Public Licence Version 2 or later
|
# Copy Policy: GNU Public Licence Version 2 or later
|
||||||
# URL: http://www.peternixon.net/code/
|
# URL: http://www.peternixon.net/code/
|
||||||
# Supported: PostgreSQL, Oracle, MySQL
|
# Supported: PostgreSQL, Oracle, MySQL
|
||||||
# Copyright: 2004 Peter Nixon <codemonkey@petenixon.net>
|
# Copyright: 2004 Peter Nixon <codemonkey@peternixon.net>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@@ -26,7 +26,7 @@ remote shell session) you can use:
|
|||||||
screendump 9
|
screendump 9
|
||||||
|
|
||||||
The init script of the Debian package should be able to run safe_asterisk
|
The init script of the Debian package should be able to run safe_asterisk
|
||||||
as the asterisk service, if so configured. See coments in
|
as the asterisk service, if so configured. See comments in
|
||||||
/etc/default/asterisk
|
/etc/default/asterisk
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# compare_valgrind: diff two valgrinf memory usage logs. Masks out PIDs,
|
# compare_valgrind: diff two valgrind memory usage logs. Masks out PIDs,
|
||||||
# addresses and such that should normally be different.
|
# addresses and such that should normally be different.
|
||||||
#
|
#
|
||||||
# Usage: ./compare_valgrind file1.log file2.log | less
|
# Usage: ./compare_valgrind file1.log file2.log | less
|
||||||
|
@@ -22,7 +22,7 @@ REQUIRED_LENGTH = 6
|
|||||||
# Regular expressions that match against invalid passwords
|
# Regular expressions that match against invalid passwords
|
||||||
REGEX_BLACKLIST = [
|
REGEX_BLACKLIST = [
|
||||||
("(?P<digit>\d)(?P=digit){%d}" % (REQUIRED_LENGTH - 1),
|
("(?P<digit>\d)(?P=digit){%d}" % (REQUIRED_LENGTH - 1),
|
||||||
"%d consective numbers that are the same" % REQUIRED_LENGTH)
|
"%d consecutive numbers that are the same" % REQUIRED_LENGTH)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief print libtonozone data as Asterisk indications.conf
|
* \brief print libtonezone data as Asterisk indications.conf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -107,7 +107,7 @@ int print_all() {
|
|||||||
|
|
||||||
void usage() {
|
void usage() {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
PROGRAM ": print libtonozone data as Asterisk indications.conf\n"
|
PROGRAM ": print libtonezone data as Asterisk indications.conf\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Usage:\n"
|
"Usage:\n"
|
||||||
" " PROGRAM " -a Print all countries\n"
|
" " PROGRAM " -a Print all countries\n"
|
||||||
|
Reference in New Issue
Block a user