From 7cd683ba12f74771eb851c29df10b8e8192039b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 11 Dec 2011 10:36:16 +0100 Subject: [PATCH] fix typo --- src/bin/addattr/addAttr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/addattr/addAttr.cpp b/src/bin/addattr/addAttr.cpp index 8af32518af..a40441349f 100644 --- a/src/bin/addattr/addAttr.cpp +++ b/src/bin/addattr/addAttr.cpp @@ -33,9 +33,9 @@ writeAttrValue(int fd, const char *name, type_code type, Type value) /** Writes an attribute to a node, taking the type into account and - * convertig the value accordingly + * converting the value accordingly * - * On success it will return the amount of bytes writen + * On success it will return the amount of bytes written * On failure it returns an error code (negative number) */