From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [PATCH] Fix typos Date: Sat, 16 Nov 2019 17:36:43 -0500 Message-ID: <875zjj30uc.fsf@kyleam.com> References: <874kz9mcpm.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36166) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iW6gW-0007k0-FT for emacs-orgmode@gnu.org; Sat, 16 Nov 2019 17:36:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iW6gV-00036c-6P for emacs-orgmode@gnu.org; Sat, 16 Nov 2019 17:36:52 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:59583) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iW6gU-00034n-Qi for emacs-orgmode@gnu.org; Sat, 16 Nov 2019 17:36:51 -0500 In-Reply-To: <874kz9mcpm.fsf@bernoul.li> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Jonas Bernoulli , emacs-orgmode Cc: emacs@rickster.com Jonas Bernoulli writes: > Please consider applying the below patch, which fixes many spelling > errors. Eh, there's some good ones in there. Applied. > In addition to the below typos I also found some things I don't know > how to deal with: > * "visibile" as a supported value of org-s5-control-visibility With a quick scan, I couldn't figure out what the best way to deal with that would be. It looks like org-s5--build-meta-info would put the value into a string as is, so it seems likely that the typo means it doesn't behave as intended. This is in contrib/, so I've added the original author in the cc in case he wants to take a closer look. > * "ded" appearing in doc/orgcard.tex I think that's a shortening of "dedicated", presumably to squeeze things into the card. Thanks.