Correct typo.

Spotted by:	Tomasz Dudzisz
This commit is contained in:
Pawel Jakub Dawidek 2007-02-22 19:25:37 +00:00
parent a326064e24
commit e739933759
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166892

View File

@ -672,7 +672,7 @@ eli_attach(struct gctl_req *req)
gctl_ro_param(req, "key", sizeof(key), key);
if (gctl_issue(req) == NULL) {
if (verbose)
printf("Attched to %s.\n", prov);
printf("Attached to %s.\n", prov);
}
bzero(key, sizeof(key));
}