From: Justin Hunter Date: Thu, 14 Apr 2011 15:46:54 +0000 (-0700) Subject: fix some spelling mistakes X-Git-Tag: v0.08191~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d1e63f4234e8a70a5a1f618ad7d8f3facd09142;p=dbsrgits%2FDBIx-Class.git fix some spelling mistakes --- diff --git a/lib/DBIx/Class/Admin.pm b/lib/DBIx/Class/Admin.pm index 59b0081..0e2cf78 100644 --- a/lib/DBIx/Class/Admin.pm +++ b/lib/DBIx/Class/Admin.pm @@ -133,7 +133,7 @@ has 'set' => ( =head2 attrs -a hash ref or json string to be used for passing additonal info to the ->search call +a hash ref or json string to be used for passing additional info to the ->search call =cut @@ -180,7 +180,7 @@ has config_file => ( =head2 config_stanza -config_stanza for use with config_file should be a '::' deliminated 'path' to the connection information +config_stanza for use with config_file should be a '::' delimited 'path' to the connection information designed for use with catalyst config files =cut @@ -256,7 +256,7 @@ has version => ( =head2 preversion -Previouse version of the schema to create an upgrade diff for, the full sql for that version of the sql must be in the sql_dir +Previous version of the schema to create an upgrade diff for, the full sql for that version of the sql must be in the sql_dir =cut diff --git a/lib/DBIx/Class/Manual/FAQ.pod b/lib/DBIx/Class/Manual/FAQ.pod index afcb658..4a9eb18 100644 --- a/lib/DBIx/Class/Manual/FAQ.pod +++ b/lib/DBIx/Class/Manual/FAQ.pod @@ -20,7 +20,7 @@ How Do I: =item .. create a database to use? -First, choose a database. For testing/experimenting, we reccommend +First, choose a database. For testing/experimenting, we recommend L, which is a self-contained small database (i.e. all you need to do is to install L from CPAN, and it works). diff --git a/lib/DBIx/Class/Manual/Features.pod b/lib/DBIx/Class/Manual/Features.pod index 86eb584..8ae1fe6 100644 --- a/lib/DBIx/Class/Manual/Features.pod +++ b/lib/DBIx/Class/Manual/Features.pod @@ -171,7 +171,7 @@ See L =back -=head2 OO Overidability +=head2 OO Overridability =over 1 diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 1e976db..fc6bdd0 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -1837,7 +1837,7 @@ sub delete_all { Accepts either an arrayref of hashrefs or alternatively an arrayref of arrayrefs. For the arrayref of hashrefs style each hashref should be a structure suitable -forsubmitting to a $resultset->create(...) method. +for submitting to a $resultset->create(...) method. In void context, C in L is used to insert the data, as this is a faster method. diff --git a/lib/DBIx/Class/UTF8Columns.pm b/lib/DBIx/Class/UTF8Columns.pm index e6e6e51..4e52add 100644 --- a/lib/DBIx/Class/UTF8Columns.pm +++ b/lib/DBIx/Class/UTF8Columns.pm @@ -32,7 +32,7 @@ stored and de-serialised to unicode strings on retrieval. STRONGLY DISCOURAGED, PLEASE READ THE WARNINGS BELOW FOR AN EXPLANATION. If you want to continue using this module and do not want to receive -further warnings set the environmane variable C +further warnings set the environment variable C to a true value. =head2 Warning - Module does not function properly on create/insert diff --git a/script/dbicadmin b/script/dbicadmin index 16e97fe..10cd89f 100755 --- a/script/dbicadmin +++ b/script/dbicadmin @@ -50,7 +50,7 @@ my ($opts, $usage) = describe_options( ['resultset|resultset-class|class:s' => 'The resultset to operate on for data manipulation' ], ['config-stanza:s' => 'Where in the config to find the connection_info, supply in form MyApp::Model::DB',], ['config:s' => 'Supply the config file for parsing by Config::Any', { depends => 'config_stanza'} ], - ['connect-info:s%' => 'Supply the connect info as additonal options ie -I dsn= user= password= '], + ['connect-info:s%' => 'Supply the connect info as additional options ie -I dsn= user= password= '], ['connect:s' => 'Supply the connect info as a json string' ], ['sql-dir:s' => 'The directory where sql diffs will be created'], ['sql-type:s' => 'The RDBMs flavour you wish to use'],