From acd4e01aaf5bc73a5c4b0826d8259c26cf2d1f7f Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Fri, 12 Jan 2018 22:03:51 -0800 Subject: [PATCH] Typos in comments and log messages Summary: No code changes, no testing required. alligned -> aligned allignment -> alignment completly -> completely conseptually -> conceptually decendents -> descendants indefinetly -> indefinitely dimention -> dimension doesnt -> doesn't safegaurd -> safeguard intialization -> initialization hierachy -> hierarchy happend -> happened gaurd -> guard programatically -> programmatically initalized -> initialized immidiately -> immediately occured -> occurred unkown -> unknown neccessary -> necessary neccesarily -> necessarily occuring -> occurring comoponent -> component propogate -> propagate recieved -> received referece -> reference perfomance -> performance recieving -> receiving subsquently -> subsequently scoll -> scroll suprisingly -> surprisingly targetting -> targeting tranform -> transform symetrical -> symmetrical wtih -> with Closes https://github.com/facebook/react-native/pull/17578 Differential Revision: D6718791 Pulled By: shergin fbshipit-source-id: 4ab79c1131ec5971d35a0c7199eba7ec0a0918ad --- yoga/YGNode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yoga/YGNode.h b/yoga/YGNode.h index ac81b3bb..b90c0e33 100644 --- a/yoga/YGNode.h +++ b/yoga/YGNode.h @@ -65,9 +65,9 @@ struct YGNode { YGMeasureFunc getMeasure() const; YGBaselineFunc getBaseline() const; YGDirtiedFunc getDirtied() const; - // For Perfomance reasons passing as reference. + // For Performance reasons passing as reference. YGStyle& getStyle(); - // For Perfomance reasons passing as reference. + // For Performance reasons passing as reference. YGLayout& getLayout(); uint32_t getLineIndex() const; YGNodeRef getParent() const;