svn commit: r249938 - stable/8/lib/libc/nls

Jilles Tjoelker jilles at FreeBSD.org
Fri Apr 26 16:11:08 UTC 2013


Author: jilles
Date: Fri Apr 26 16:11:07 2013
New Revision: 249938
URL: http://svnweb.freebsd.org/changeset/base/249938

Log:
  MFC r249471: libc: Fix typo in French translation.
  
  PR:		kern/177704
  Submitted by:	martymac

Modified:
  stable/8/lib/libc/nls/fr_FR.ISO8859-1.msg
Directory Properties:
  stable/8/lib/libc/   (props changed)

Modified: stable/8/lib/libc/nls/fr_FR.ISO8859-1.msg
==============================================================================
--- stable/8/lib/libc/nls/fr_FR.ISO8859-1.msg	Fri Apr 26 16:11:03 2013	(r249937)
+++ stable/8/lib/libc/nls/fr_FR.ISO8859-1.msg	Fri Apr 26 16:11:07 2013	(r249938)
@@ -94,7 +94,7 @@ $ EPROTONOSUPPORT
 $ ESOCKTNOSUPPORT
 44 Type de socket non supporté
 $ EOPNOTSUPP
-45 Opération non supporté
+45 Opération non supportée
 $ EPFNOSUPPORT
 46 Famille de protocole non supportée
 $ EAFNOSUPPORT


More information about the svn-src-stable mailing list