From d39193123e57fe38532f8c3ab3029acf1e45ae92 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 Aug 2014 22:33:01 +0200 Subject: Fix a few comment typos --- src/peer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peer.h') diff --git a/src/peer.h b/src/peer.h index 4229296..75c7b6b 100644 --- a/src/peer.h +++ b/src/peer.h @@ -93,7 +93,7 @@ struct fastd_peer_config { const char *config_source_dir; /**< The directory this peer's configuration was loaded from */ - bool enabled; /**< Speficies if this peer was disabled because of a configuration error */ + bool enabled; /**< Specifies if this peer was disabled because of a configuration error */ char *name; /**< The peer's name */ fastd_remote_config_t *remotes; /**< A linked list of the peer's remote entries */ -- cgit v1.2.3