X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fmutation.c;h=0dcd16fec9b54b38d04be7439fcdac887f918752;hb=da157f1ef48b002b172fe4914679b8c483011bc4;hp=9f09d594197712b71755aaf565daa2310e5d83cb;hpb=bfc96d9b50ae119fcbf39a9511bd9f662e7ad390;p=openvswitch diff --git a/ovsdb/mutation.c b/ovsdb/mutation.c index 9f09d594..0dcd16fe 100644 --- a/ovsdb/mutation.c +++ b/ovsdb/mutation.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -327,7 +327,7 @@ ovsdb_mutation_check_count(struct ovsdb_datum *dst, if (!ovsdb_datum_conforms_to_type(dst, dst_type)) { char *s = ovsdb_type_to_english(dst_type); struct ovsdb_error *e = ovsdb_error( - "constaint violation", + "constraint violation", "Attempted to store %u elements in %s.", dst->n, s); free(s); return e;