PR: www/145429

Fix a typo on the "Summer-of-Code 2008" page:  s/OpendBSD/OpenBSD

Contributed/found by:   Denny Lin (dennylin93 at cnmc32 dot hs dot ntnu dot edu dot tw)
This commit is contained in:
Johann Kois 2010-04-09 19:56:04 +00:00
parent 3c9d31d07a
commit dd386a9993
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35636

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode-2008.sgml,v 1.3 2008/09/18 08:53:11 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode-2008.sgml,v 1.4 2008/09/18 14:44:56 danger Exp $">
<!ENTITY title "FreeBSD Summer of Code 2008">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -43,7 +43,7 @@
<p>MPLS is a networking protocol used for routing information
quickly and efficiently. It is used extensively in the
internet's backbone networks. Over the course of the program,
code has been ported to FreeBSD from the OpendBSD/NetBSD
code has been ported to FreeBSD from the OpenBSD/NetBSD
operating systems. Basic functionality of sending and receiving
packets was the main goal of the project, but unfortunately this
was not acheived. It is very close to having this functionality,