From 59fd6c55b1c733f021a87ad871e1b1388e479c46 Mon Sep 17 00:00:00 2001 From: sunnavy Date: Sat, 16 Apr 2016 20:03:25 +0800 Subject: [PATCH] fix typo --- AUTHORS | 1 + lib/DBIx/Class/Ordered.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index f4f97f1b3..cdbb16ebd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -198,6 +198,7 @@ srezic: Slaven Rezic sszabo: Stephan Szabo Stephen Peters stonecolddevin: Devin Austin +sunnavy: sunnavy talexb: Alex Beamish tamias: Ronald J Kimball TBSliver: Tom Bloor diff --git a/lib/DBIx/Class/Ordered.pm b/lib/DBIx/Class/Ordered.pm index 0c572e8c4..5a4b02114 100644 --- a/lib/DBIx/Class/Ordered.pm +++ b/lib/DBIx/Class/Ordered.pm @@ -382,7 +382,7 @@ sub move_to { ->cursor ->next )[0] || $self->throw_exception( - sprintf "Unable to locate object '%s' in storage - object went ouf of sync...?", + sprintf "Unable to locate object '%s' in storage - object went out of sync...?", $self->ID ), );