From 04e77591d6333002815e9276ca08c01230fcf212 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Sat, 2 Feb 2019 19:01:05 +0000 Subject: fix various typos Signed-off-by: morganamilo Signed-off-by: Allan McRae --- lib/libalpm/package.h | 2 +- lib/libalpm/signing.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libalpm') diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index b11d5dda..fbcde266 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -38,7 +38,7 @@ /** Package operations struct. This struct contains function pointers to * all methods used to access data in a package to allow for things such * as lazy package initialization (such as used by the file backend). Each - * backend is free to define a stuct containing pointers to a specific + * backend is free to define a struct containing pointers to a specific * implementation of these methods. Some backends may find using the * defined default_pkg_ops struct to work just fine for their needs. */ diff --git a/lib/libalpm/signing.c b/lib/libalpm/signing.c index df7ac6ca..92598b0e 100644 --- a/lib/libalpm/signing.c +++ b/lib/libalpm/signing.c @@ -182,7 +182,7 @@ static int init_gpgme(alpm_handle_t *handle) #endif /* NOTE: * The GPGME library installs a SIGPIPE signal handler automatically if - * the default signal hander is in use. The only time we set a handler + * the default signal handler is in use. The only time we set a handler * for SIGPIPE is in dload.c, and we reset it when we are done. Given that * we do this, we can let GPGME do its automagic. However, if we install * a library-wide SIGPIPE handler, we will have to be careful. -- cgit v1.2.3-54-g00ecf