Skip to content

Commit

Permalink
[utils] fix various typos
Browse files Browse the repository at this point in the history
Found via `codespell -q 3 -D ../dictionary.txt -S "*.yuv,ChangeLog" -L anull,clen,exceptionn,exten,ine,ist,leadin,leapyear,offsetp,pevent,seh,strat,te`
  • Loading branch information
luzpaz committed Feb 7, 2025
1 parent 76458fa commit 6262452
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1657,11 +1657,11 @@ SAC_OPENSSL
if test x$HAVE_OPENSSL = x1; then
openssl_CFLAGS="$openssl_CFLAGS -DHAVE_OPENSSL";
APR_ADDTO(SWITCH_AM_CFLAGS, -DHAVE_OPENSSL)
AC_CHECK_LIB(ssl, SSL_CTX_set_tlsext_use_srtp, AC_DEFINE_UNQUOTED(HAVE_OPENSSL_DTLS_SRTP, 1, HAVE_OPENSSL_DTLS_SRTP), AC_MSG_ERROR([OpenSSL >= 1.0.1e and associated developement headers required]))
AC_CHECK_LIB(ssl, DTLSv1_method, AC_DEFINE_UNQUOTED(HAVE_OPENSSL_DTLS, 1, HAVE_OPENSSL_DTLS), AC_MSG_ERROR([OpenSSL >= 1.0.1e and associaed developement headers required]))
AC_CHECK_LIB(ssl, SSL_CTX_set_tlsext_use_srtp, AC_DEFINE_UNQUOTED(HAVE_OPENSSL_DTLS_SRTP, 1, HAVE_OPENSSL_DTLS_SRTP), AC_MSG_ERROR([OpenSSL >= 1.0.1e and associated development headers required]))
AC_CHECK_LIB(ssl, DTLSv1_method, AC_DEFINE_UNQUOTED(HAVE_OPENSSL_DTLS, 1, HAVE_OPENSSL_DTLS), AC_MSG_ERROR([OpenSSL >= 1.0.1e and associated development headers required]))
AC_CHECK_LIB(ssl, DTLSv1_2_method, AC_DEFINE_UNQUOTED(HAVE_OPENSSL_DTLSv1_2_method, 1, [DTLS version 1.2 is available]))
else
AC_MSG_ERROR([OpenSSL >= 1.0.1e and associated developement headers required])
AC_MSG_ERROR([OpenSSL >= 1.0.1e and associated development headers required])
fi

AX_CHECK_JAVA
Expand Down
12 changes: 6 additions & 6 deletions freeswitch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -982,47 +982,47 @@ Requires: %{name} = %{version}-%{release}
Russian language phrases module and directory structure for say module and voicemail

%package lang-fr
Summary: Provides french language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
Summary: Provides french language dependent modules and speech config for the FreeSWITCH Open Source telephone platform.
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

%description lang-fr
French language phrases module and directory structure for say module and voicemail

%package lang-de
Summary: Provides german language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
Summary: Provides german language dependent modules and speech config for the FreeSWITCH Open Source telephone platform.
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

%description lang-de
German language phrases module and directory structure for say module and voicemail

%package lang-he
Summary: Provides hebrew language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
Summary: Provides hebrew language dependent modules and speech config for the FreeSWITCH Open Source telephone platform.
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

%description lang-he
Hebrew language phrases module and directory structure for say module and voicemail

%package lang-es
Summary: Provides Spanish language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
Summary: Provides Spanish language dependent modules and speech config for the FreeSWITCH Open Source telephone platform.
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

%description lang-es
Spanish language phrases module and directory structure for say module and voicemail

%package lang-pt
Summary: Provides Portuguese language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
Summary: Provides Portuguese language dependent modules and speech config for the FreeSWITCH Open Source telephone platform.
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

%description lang-pt
Portuguese language phrases module and directory structure for say module and voicemail

%package lang-sv
Summary: Provides Swedish language dependend modules and speech config for the FreeSWITCH Open Source telephone platform.
Summary: Provides Swedish language dependent modules and speech config for the FreeSWITCH Open Source telephone platform.
Group: System/Libraries
Requires: %{name} = %{version}-%{release}

Expand Down

0 comments on commit 6262452

Please sign in to comment.