From 06a12b0cccbda419752f3388346be7d302ebcbeb Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 10 Dec 2023 13:22:04 +0100 Subject: ; Fix typos --- admin/notes/java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'admin/notes/java') diff --git a/admin/notes/java b/admin/notes/java index 125ac0aad67..6a66d1aa765 100644 --- a/admin/notes/java +++ b/admin/notes/java @@ -15,7 +15,7 @@ Java is required because the entire Android runtime is based around Java, and there is no way to write an Android program which runs without Java. -This text exists to prime other Emacs developers, already familar with +This text exists to prime other Emacs developers, already familiar with C, on the basic architecture of the Android port, and to teach them how to read and write the Java code found in this directory. @@ -570,7 +570,7 @@ Let us go back and review the definition of ``startEmacsService'': context.startService (new Intent (context, EmacsService.class)); else - /* Display the permanant notification and start Emacs as a + /* Display the permanent notification and start Emacs as a foreground service. */ context.startForegroundService (new Intent (context, EmacsService.class)); @@ -796,7 +796,7 @@ Next, `max_handle' is saved, and a new handle is allocated for if (!window) error ("Out of window handles!"); -An error is signalled if Emacs runs out of available handles. +An error is signaled if Emacs runs out of available handles. if (!class) { -- cgit v1.2.1