Fix typo in flag to load Emacs-specific LLDB commands

* src/.lldbinit: Fix typo in flag to parse .lldbinit files from the
current directory.  (Bug#59702)
This commit is contained in:
Daniel Martín
2022-11-29 23:03:42 +01:00
committed by Stefan Kangas
parent f6aa7c335f
commit a699f65936

View File

@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
#
# Use 'lldb --local-init' or add to your ~/.lldbinit the line
# Use 'lldb --local-lldbinit' or add to your ~/.lldbinit the line
#
# settings set target.load-cwd-lldbinit true
#