r-lib / gert

Simple git client for R
https://docs.ropensci.org/gert/
Other
148 stars 32 forks source link

fix typos #233

Closed spaette closed 3 weeks ago

spaette commented 3 months ago

purposely unattended to

$ grep -nr chsange gert
gert/R/rebase.R:57:#' * `git_reset_soft()` uncommits changes, but keeps the chsange uncommited
gert/man/git_reset.Rd:28:\item \code{git_reset_soft()} uncommits changes, but keeps the chsange uncommited
$ 

in #237 the decription of the various resets was rewritten

spaette commented 3 weeks ago

closed due to age

$ cat typos.sh
#!/bin/sh

sed -i "s/paremeter/parameter/g" gert/NEWS
sed -i "s/verfication/verification/g" gert/NEWS
sed -i "s/downoad/download/g" gert/configure
sed -i "s/authentiation/authentication/g" gert/src/clone.c
$