From: Peter Rabbitson Date: Sun, 22 Feb 2009 13:31:59 +0000 (+0000) Subject: Learn how to spell X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f045efadb79eb028ec8a2208826d09cbfe755b58;p=dbsrgits%2FDBIx-Class-Historic.git Learn how to spell --- diff --git a/lib/DBIx/Class/Ordered.pm b/lib/DBIx/Class/Ordered.pm index 6566f7b..e380fd2 100644 --- a/lib/DBIx/Class/Ordered.pm +++ b/lib/DBIx/Class/Ordered.pm @@ -762,13 +762,13 @@ This is a short-circuited method, that is used internally by this module to update positioning values in isolation (i.e. without triggering any of the positioning integrity code). -Some day you might get confronted by datasets that have ambiguos -pogitioning data (i.e. duplicate position value within the same group, +Some day you might get confronted by datasets that have ambiguous +positioning data (i.e. duplicate position values within the same group, in a table without unique constraints). When manually fixing such data keep in mind that you can not invoke L like -you normally would, as it will get confused by the data before +you normally would, as it will get confused by the wrong data before having a chance to update the ill-defined row. If you really know what -you are doing use this method which bypases any hooks introduced by +you are doing use this method which bypasses any hooks introduced by this module. =cut