mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix spelling error.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3498 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c1f863e074
commit
df77587973
@ -465,7 +465,7 @@ gncFileSave (void)
|
||||
if (been_here_before) return;
|
||||
|
||||
been_here_before = TRUE;
|
||||
gncFileSaveAs(); /* been_here prevents infinite recuirsion */
|
||||
gncFileSaveAs(); /* been_here prevents infinite recursion */
|
||||
been_here_before = FALSE;
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user