- 22 resource leaks
* Translations
- Update translations
- - Update the german translation (#397)
+ - Update the German translation (#397)
* Docs
- fix typo in notmuch example
- remove duplicate "default" in the sidebar intro
set defaultvalue [dict get $autosetup(options-defaults) $name]
dict set autosetup(optdefault) $name $defaultvalue
} elseif {![info exists defaultvalue]} {
- # For backward compatiblity, if ":name" was given, use name as both
+ # For backward compatibility, if ":name" was given, use name as both
# the display text and the default value, but only if the user
# specified the option without the value
set defaultvalue $value
#Untested
[PGPK_IS_SEPERATE]
-us=pgpk is a seperate program, not a symlink to pgp!\n
+us=pgpk is a separate program, not a symlink to pgp!\n
#Untested
[UNKNOWN_SYMLINK]
#Untested
[PGPERR_PRECEDING_ASSOCIATED_WITH]
-us="The preceeding error was associated with: "
+us="The preceding error was associated with: "
#Untested
[NOT_PGP_KEYFILE]
trust of this key, first.\n
[RETRIEVING_URL]
-us="Retreiving %s:/%s:%i%s\n"
+us="Retrieving %s:/%s:%i%s\n"
[ADD_THESE_KEYS]
us="\nAdd these keys to your keyring? [Y/n] "
label : keyID required. changes/removes/adds label.
remove : keyID required.
verify : 1=keyID and optionally 2=CRL
- Verifies the certificate chain, and optionally wether
+ Verifies the certificate chain, and optionally whether
this certificate is included in supplied CRL (PEM format).
Note: to verify all certificates at the same time,
replace keyID with "all"
case OP_DECRYPT_SAVE:
if (!WithCrypto)
break;
- /* fall thru */
+ /* fallthrough */
case OP_COPY_MESSAGE:
case OP_SAVE:
case OP_DECODE_COPY:
*
* The hcache_open function has the purpose of opening a backend-specific
* connection to the database file specified by the path parameter. Backends
- * MUST return non-NULL specific context informations on success. This will be
+ * MUST return non-NULL specific context information on success. This will be
* stored in the ctx member of the header_cache_t structure and passed on to
* all other backend-specific functions (see below).
*/
snprintf(Completed, sizeof(Completed), "%s", Matches[0]);
else if (numtabs > 1 && NumMatched > 2)
{
- /* cycle thru all the matches */
+ /* cycle through all the matches */
snprintf(Completed, sizeof(Completed), "%s", Matches[(numtabs - 2) % NumMatched]);
}
snprintf(Completed, sizeof(Completed), "%s", Matches[0]);
else if (numtabs > 1 && NumMatched > 2)
{
- /* cycle thru all the matches */
+ /* cycle through all the matches */
snprintf(Completed, sizeof(Completed), "%s", Matches[(numtabs - 2) % NumMatched]);
}
snprintf(Completed, sizeof(Completed), "%s", Matches[0]);
else if (numtabs > 1 && NumMatched > 2)
{
- /* cycle thru all the matches */
+ /* cycle through all the matches */
snprintf(Completed, sizeof(Completed), "%s", Matches[(numtabs - 2) % NumMatched]);
}
snprintf(Completed, sizeof(Completed), "%s", Matches[0]);
else if (numtabs > 1 && NumMatched > 2)
{
- /* cycle thru all the matches */
+ /* cycle through all the matches */
snprintf(Completed, sizeof(Completed), "%s", Matches[(numtabs - 2) % NumMatched]);
}
snprintf(Completed, sizeof(Completed), "%s", Matches[0]);
else if (numtabs > 1 && NumMatched > 2)
{
- /* cycle thru all the matches */
+ /* cycle through all the matches */
snprintf(Completed, sizeof(Completed), "%s", Matches[(numtabs - 2) % NumMatched]);
}
snprintf(Completed, sizeof(Completed), "%s", Matches[0]);
else if (numtabs > 1 && NumMatched > 2)
{
- /* cycle thru all the matches */
+ /* cycle through all the matches */
snprintf(Completed, sizeof(Completed), "%s", Matches[(numtabs - 2) % NumMatched]);
}
char *beg; /* Begin of encoded word */
enum ContentEncoding enc; /* ENCBASE64 or ENCQUOTEDPRINTABLE */
char *charset; /* Which charset */
- size_t charsetlen; /* Lenght of the charset */
+ size_t charsetlen; /* Length of the charset */
char *text; /* Encoded text */
size_t textlen; /* Length of encoded text */
/**
* nntp_capabilities - Get capabilities
* @retval -1 Error, connection is closed
- * @retval 0 Mode is reader, capabilities setted up
+ * @retval 0 Mode is reader, capabilities set up
* @retval 1 Need to switch to reader mode
*/
static int nntp_capabilities(struct NntpServer *nserv)