From c36486c4239e8023827bd8fa855ba42f48220119 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 22 Apr 2015 16:59:16 -0500 Subject: [PATCH] Fix comment typo It's time to get my first vault commit in! :D --- physical/physical.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physical/physical.go b/physical/physical.go index 51b607ac33..404ad281e9 100644 --- a/physical/physical.go +++ b/physical/physical.go @@ -4,7 +4,7 @@ import "fmt" // Backend is the interface required for a physical // backend. A physical backend is used to durably store -// datd outside of Vault. As such, it is completely untrusted, +// data outside of Vault. As such, it is completely untrusted, // and is only accessed via a security barrier. The backends // must represent keys in a hierarchical manner. All methods // are expected to be thread safe.