From eb0a6f75333ec777ab3a6bb86e9b1781b394ffd4 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 5 Dec 2013 18:33:10 +0100 Subject: [PATCH] sysdbd: Fixed a typo. --- src/daemon/sysdbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/sysdbd.c b/src/daemon/sysdbd.c index 123314d..2f2afa2 100644 --- a/src/daemon/sysdbd.c +++ b/src/daemon/sysdbd.c @@ -104,7 +104,7 @@ exit_version(void) { printf("SysDBd version "SDB_VERSION_STRING SDB_VERSION_EXTRA", " "built "BUILD_DATE"\n" - "using libsysdb verion %s%s\n" + "using libsysdb version %s%s\n" "Copyright (C) 2012 "PACKAGE_MAINTAINER"\n" "\nThis is free software under the terms of the BSD license, see " -- 2.30.2