[Bps-public-commit] r17556 - in sd/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jan 5 06:05:32 EST 2009
Author: sunnavy
Date: Mon Jan 5 06:05:31 2009
New Revision: 17556
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/Record.pm
Log:
r18543 at sunnavys-mb: sunnavy | 2009-01-05 19:04:56 +0800
tiny dox fix
Modified: sd/trunk/lib/App/SD/Record.pm
==============================================================================
--- sd/trunk/lib/App/SD/Record.pm (original)
+++ sd/trunk/lib/App/SD/Record.pm Mon Jan 5 06:05:31 2009
@@ -15,7 +15,7 @@
my $self = shift;
my %args = validate(@_, { props => 1, errors => 1});
- # has the record been created yet? if so, we don't want to try to
+ # has the record been created yet? if not, we don't want to try to
# get its properties
my $props = $self->uuid ? $self->get_props : {};
More information about the Bps-public-commit
mailing list