Skip to content

Commit 7451045

Browse files
committed
fix typos in the code
1 parent 7953dd3 commit 7451045

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently, the following packages are available:
1414

1515
```bash
1616
git clone
17-
cd python-opebsips
17+
cd python-opensips
1818
pip install .
1919
```
2020

@@ -113,13 +113,13 @@ opensips-event -t datagram -p 8080 -T datagram -lp 50012 -e 3600 E_PIKE_BLOCKED
113113

114114
<!-- License source -->
115115
[License-GPLv3]: https://www.gnu.org/licenses/gpl-3.0.en.html "GNU GPLv3"
116-
[Logo-CC_BY]: https://i.creativecommons.org/l/by/4.0/88x31.png "Creative Common Logo"
117-
[License-CC_BY]: https://creativecommons.org/licenses/by/4.0/legalcode "Creative Common License"
116+
[Logo-CC_BY]: https://i.creativecommons.org/l/by/4.0/88x31.png "Creative Commons Logo"
117+
[License-CC_BY]: https://creativecommons.org/licenses/by/4.0/legalcode "Creative Commons License"
118118

119119
The `python-opensips` source code is licensed under the [GNU General Public License v3.0][License-GPLv3]
120120

121-
All documentation files (i.e. `.md` extension) are licensed under the [Creative Common License 4.0][License-CC_BY]
121+
All documentation files (i.e. `.md` extension) are licensed under the [Creative Commons License 4.0][License-CC_BY]
122122

123-
![Creative Common Logo][Logo-CC_BY]
123+
![Creative Commons Logo][Logo-CC_BY]
124124

125125
© 2024 - OpenSIPS Solutions

docker/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The container receives parameters in the following format:
1818
CMD [PARAMS]*
1919
```
2020

21-
Meaning of the parameters is as it follows:
21+
The meaning of the parameters is as follows:
2222
* `CMD` - the command used to run; if the `CMD` ends with `.sh` extension, it
2323
will be run as a bash script, if the `CMD` ends with `.py` extension, it is
2424
run as a python script, otherwise it is run as a `opensips-mi` command

packaging/debian/changelog

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python3-opensips (0.1.5-3) stable; urgency=low
66

77
python3-opensips (0.1.5-2) stable; urgency=low
88

9-
* Fix name of bash-completrion
9+
* Fix name of bash-completion
1010

1111
-- Razvan Crainea <razvan@opensips.org> Tue, 11 Feb 2024 16:00:00 +0300
1212

@@ -21,4 +21,3 @@ python3-opensips (0.1.4-1) stable; urgency=low
2121
* Minor Public Release.
2222

2323
-- Razvan Crainea <razvan@opensips.org> Tue, 19 Nov 2024 14:30:00 +0300
24-

packaging/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Description: A collection of Python packages for OpenSIPS.
1515
simple interface for interacting with OpenSIPS.
1616
.
1717
OpenSIPS is a very fast and flexible SIP (RFC3261)
18-
server. Written entirely in C, OpenSIPS can handle thousands calls
18+
server. Written entirely in C, OpenSIPS can handle thousands of calls
1919
per second even on low-budget hardware.
2020
.
2121
C Shell-like scripting language provides full control over the server's

packaging/redhat_fedora/python3-opensips.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: 0.1.8
44
Release: 1%{?dist}
55
License: GPL-3+
66
Group: System Environment/Daemons
7-
Source0: Source0: http://download.opensips.org/python/%{name}-%{version}.tar.gz
7+
Source0: http://download.opensips.org/python/%{name}-%{version}.tar.gz
88
URL: https://github.com/OpenSIPS/python-opensips
99

1010
BuildArch: noarch
@@ -24,7 +24,7 @@ These modules are designed to be as lightweight as possible and provide a
2424
simple interface for interacting with OpenSIPS.
2525
.
2626
OpenSIPS is a very fast and flexible SIP (RFC3261)
27-
server. Written entirely in C, OpenSIPS can handle thousands calls
27+
server. Written entirely in C, OpenSIPS can handle thousands of calls
2828
per second even on low-budget hardware.
2929
.
3030
C Shell-like scripting language provides full control over the server's
@@ -34,7 +34,7 @@ loaded.
3434
Among others, the following modules are available: Digest Authentication, CPL
3535
scripts, Instant Messaging, MySQL support, Presence Agent, Radius
3636
Authentication, Record Routing, SMS Gateway, Jabber/XMPP Gateway, Transaction
37-
Module, Registrar and User Location, Load Balaning/Dispatching/LCR,
37+
Module, Registrar and User Location, Load Balancing/Dispatching/LCR,
3838
XMLRPC Interface.
3939

4040
%prep

0 commit comments

Comments
 (0)