mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix minor typos
This commit is contained in:
@@ -653,7 +653,7 @@
|
||||
*
|
||||
* For those cases where a yearly summary only is desired, it is not
|
||||
* necessary to compute each transaction for each payment period,
|
||||
* rather the PV may be be computed for the beginning of each year,
|
||||
* rather the PV may be computed for the beginning of each year,
|
||||
* PV[yr], and the FV computed for the end of the year, FV[yr]. The
|
||||
* interest paid during the year is the computed as:
|
||||
*
|
||||
|
||||
@@ -84,7 +84,7 @@ char * gnc_get_credit_string(GNCAccountType account_type);
|
||||
typedef struct _Process Process;
|
||||
|
||||
/** Wraps g_spawn_async_with_pipes minimally. Use gnc_process_get_fd to access
|
||||
* the file descriptors to the child. To close them them and free the memory
|
||||
* the file descriptors to the child. To close them and free the memory
|
||||
* allocated for the process once it has exited, call gnc_detach_process.
|
||||
*
|
||||
* @param argl A list of null-terminated strings used as arguments for spawning,
|
||||
|
||||
Reference in New Issue
Block a user