summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-01-14 13:30:31 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-01-14 13:39:58 +0000
commitcd7200e19f38a83d72007681a9b2b9455702e3fb (patch)
tree5163beb7d9a987d65351f2a1f7edcb58f9196872 /document
parent87a1a5e68e554245e4fdece8025e401b633b8551 (diff)
Fix typo.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/fieldvalue/boolfieldvalue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/fieldvalue/boolfieldvalue.h b/document/src/vespa/document/fieldvalue/boolfieldvalue.h
index 689bd3f4d53..7d3b30787e9 100644
--- a/document/src/vespa/document/fieldvalue/boolfieldvalue.h
+++ b/document/src/vespa/document/fieldvalue/boolfieldvalue.h
@@ -7,7 +7,7 @@
namespace document {
/**
- * Represent the value in a filed of type 'bool' which can be either true or false.
+ * Represent the value in a field of type 'bool' which can be either true or false.
**/
class BoolFieldValue : public FieldValue {
bool _value;