vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue May 9 18:09:36 2017 +0300| [db06f5fba63e04913af03405e5d81e6fabbd0aab] | committer: Rémi Denis-Courmont
tls: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db06f5fba63e04913af03405e5d81e6fabbd0aab --- modules/misc/gnutls.c | 2 +- modules/misc/securetransport.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/misc/gnutls.c b/modules/misc/gnutls.c index f365a987ce..a8b91a5bb2 100644 --- a/modules/misc/gnutls.c +++ b/modules/misc/gnutls.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Öesser General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ diff --git a/modules/misc/securetransport.c b/modules/misc/securetransport.c index 83e15a5037..74d4b9cdc7 100644 --- a/modules/misc/securetransport.c +++ b/modules/misc/securetransport.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Öesser General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
