From ee312c654b0c9f2e516fca729cb54c6c0ce42524 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 6 Jun 2014 09:49:35 +0200 Subject: docs: fix "behaviour" vs. "behavior" Sometimes we use "behaviour" and "behavior" in the same text, let's use "behavior" only everywhere. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1011068 Signed-off-by: Karel Zak --- libmount/python/context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmount/python') diff --git a/libmount/python/context.c b/libmount/python/context.c index 408c8bd75..623239436 100644 --- a/libmount/python/context.c +++ b/libmount/python/context.c @@ -627,7 +627,7 @@ static int Context_set_mflags(ContextObjext *self, PyObject *value, void *closur return mnt_context_set_mflags(self->cxt, flags); } -/* returns a flags integer (behaviour differs from C API) */ +/* returns a flags integer (behavior differs from C API) */ static PyObject *Context_get_mflags(ContextObjext *self) { unsigned long flags; @@ -641,7 +641,7 @@ static PyObject *Context_get_mflags(ContextObjext *self) return result; } -/* returns a flags integer (behaviour differs from C API) */ +/* returns a flags integer (behavior differs from C API) */ static PyObject *Context_get_user_mflags(ContextObjext *self) { unsigned long flags; -- cgit v1.2.3-55-g7522