diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-24 05:45:05 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-24 05:45:05 +0800 |
commit | 22308530389cf1d395f2f737780b8b41d27748d6 (patch) | |
tree | 81b3b0deafc8687d5bdd3992270733960ecb7674 /databases | |
parent | 1dabd7555252f63d3753072cb06f6f9c12461bdb (diff) | |
download | freebsd-ports-gnome-22308530389cf1d395f2f737780b8b41d27748d6.tar.gz freebsd-ports-gnome-22308530389cf1d395f2f737780b8b41d27748d6.tar.zst freebsd-ports-gnome-22308530389cf1d395f2f737780b8b41d27748d6.zip |
Fix typo error.
Submitted by: "Kurt D. Zeilenga" <Kurt@OpenLDAP.Org>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-mysql/pkg-comment | 2 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/pkg-descr | 8 | ||||
-rw-r--r-- | databases/p5-Mysql/pkg-comment | 2 | ||||
-rw-r--r-- | databases/p5-Mysql/pkg-descr | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/databases/p5-DBD-mysql/pkg-comment b/databases/p5-DBD-mysql/pkg-comment index 1b5acbde68be..ccd46f908788 100644 --- a/databases/p5-DBD-mysql/pkg-comment +++ b/databases/p5-DBD-mysql/pkg-comment @@ -1 +1 @@ -perl5 modules for accessing MiniSQL (mSQL) databases. +perl5 modules for accessing MySQL databases. diff --git a/databases/p5-DBD-mysql/pkg-descr b/databases/p5-DBD-mysql/pkg-descr index c87518913b6d..97d8a690551c 100644 --- a/databases/p5-DBD-mysql/pkg-descr +++ b/databases/p5-DBD-mysql/pkg-descr @@ -1,13 +1,13 @@ -Msql.pm and DBD::mSQL implement two different approaches to -communicate with an mSQL server. DBD::mSQL is built upon the DBI, the +Mysql.pm and DBD::mysql implement two different approaches to +communicate with an MySQL server. DBD::mysql is built upon the DBI, the generic Perl Database Interface. It brings you an identical interface to a broad variety of databases and is in this regard comparable to ODBC. The advantage of the DBI approach is portability and interoperability. Msql.pm is the elder species. It was written before DBI was available but it was inspired by an early draft of the DBI specification. As it has been circulating longer it is more mature and -pretty stable. It's also more complete than DBD::mSQL. +pretty stable. It's also more complete than DBD::mysql. -Some day in the future DBD::mSQL will probably be the clearly superior +Some day in the future DBD::mysql will probably be the clearly superior competitor in this package. Today you have to decide on your own about the trade-offs. diff --git a/databases/p5-Mysql/pkg-comment b/databases/p5-Mysql/pkg-comment index 1b5acbde68be..ccd46f908788 100644 --- a/databases/p5-Mysql/pkg-comment +++ b/databases/p5-Mysql/pkg-comment @@ -1 +1 @@ -perl5 modules for accessing MiniSQL (mSQL) databases. +perl5 modules for accessing MySQL databases. diff --git a/databases/p5-Mysql/pkg-descr b/databases/p5-Mysql/pkg-descr index c87518913b6d..97d8a690551c 100644 --- a/databases/p5-Mysql/pkg-descr +++ b/databases/p5-Mysql/pkg-descr @@ -1,13 +1,13 @@ -Msql.pm and DBD::mSQL implement two different approaches to -communicate with an mSQL server. DBD::mSQL is built upon the DBI, the +Mysql.pm and DBD::mysql implement two different approaches to +communicate with an MySQL server. DBD::mysql is built upon the DBI, the generic Perl Database Interface. It brings you an identical interface to a broad variety of databases and is in this regard comparable to ODBC. The advantage of the DBI approach is portability and interoperability. Msql.pm is the elder species. It was written before DBI was available but it was inspired by an early draft of the DBI specification. As it has been circulating longer it is more mature and -pretty stable. It's also more complete than DBD::mSQL. +pretty stable. It's also more complete than DBD::mysql. -Some day in the future DBD::mSQL will probably be the clearly superior +Some day in the future DBD::mysql will probably be the clearly superior competitor in this package. Today you have to decide on your own about the trade-offs. |