aboutsummaryrefslogtreecommitdiff
path: root/doc/PlannedExtensions.txt
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2022-11-07 14:07:33 +0800
committercui fliter <imcusg@gmail.com>2022-11-07 14:07:33 +0800
commitf1d7bd95bfeb4b3fd8609027443f30ef289be5b1 (patch)
treed6973aea75493d07570345ab957e939116d08cea /doc/PlannedExtensions.txt
parent731bb185077918af8bc1e6a9e6bb538b2d3fbbd8 (diff)
downloadlombok-f1d7bd95bfeb4b3fd8609027443f30ef289be5b1.tar.gz
lombok-f1d7bd95bfeb4b3fd8609027443f30ef289be5b1.tar.bz2
lombok-f1d7bd95bfeb4b3fd8609027443f30ef289be5b1.zip
doc: fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'doc/PlannedExtensions.txt')
-rw-r--r--doc/PlannedExtensions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PlannedExtensions.txt b/doc/PlannedExtensions.txt
index cdcb1602..844f2e1e 100644
--- a/doc/PlannedExtensions.txt
+++ b/doc/PlannedExtensions.txt
@@ -46,7 +46,7 @@ call to add our agent? We may have to look into how netbeans' classloading works
## IDEA support
It's not open source and I've heard that they don't use javac under the hood but some sort of ANTLR based parser.
-If that is true, IDEA will need a dedicated lombok/IDEA afficionado to write and maintain an IDEA version of lombok,
+If that is true, IDEA will need a dedicated lombok/IDEA aficionado to write and maintain an IDEA version of lombok,
because that's far too much effort for Roel or Reinier, who don't own an IDEA copy and weren't planning to switch IDEs.
Planned transformations
@@ -166,7 +166,7 @@ assigning to a new variable, which defeats a lot of the purpose!
## Dodge access restrictions (call method private stuff, recompile to reflection).
An annotation on a local variable declaration or field that states that any method calls to non-accessible methods
-gets rewritten to reflective calls. Would require knowledge of the depedencies which lombok does not currently have.
+gets rewritten to reflective calls. Would require knowledge of the dependencies which lombok does not currently have.
## @ReturnThis