]> Repositorios git - scryer-prolog.git/commitdiff
examples/least_time.pl: fix typo
authorStephan Renatus <[email protected]>
Fri, 27 Mar 2020 17:29:17 +0000 (18:29 +0100)
committerStephan Renatus <[email protected]>
Fri, 27 Mar 2020 17:29:17 +0000 (18:29 +0100)
Signed-off-by: Stephan Renatus <[email protected]>
src/prolog/examples/least_time.pl

index d6bd92b968f10b29bc89d9d2a724b46327acaef8..4f04034036ea9f1c8beaef17aea43671fc26746f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  find_min_time/2 solves a problem sometimes posed in the first round
  *  of Google interviews: given a time of day in 24 H format, what is the
- *  lexographically least permutation of the time that is itself a
+ *  lexicographically least permutation of the time that is itself a
  *  valid time in 24 H format?
  *
  *  Full generality is achieved using the reif library.